Organizations

Find organizations

Find organizations matching a set of filters. This is the API equivalent of the organization search on sumble.com.

Credit cost

Credit cost depends on whether you pass include_entity_details: true:

  • Without include_entity_details (or set to false): 5 credits per row returned.

  • With include_entity_details: true: results include technology counts per organization. The cost is 5 credits per filter term (technologies, job functions, or projects) per organization, with a minimum of 5 credits per organization. When filtering by technology categories, each technology in the category counts as a separate filter term — a category with 3 technologies costs 15 credits per organization.

Find organizations

post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
require_mcpbooleanOptionalDefault: false
Body
filtersany ofRequired

Filters to apply to the people search. Can be either a Filters object or a Query object.

or
order_by_columnany ofOptional

Column to order by

string · enumOptionalPossible values:
or
nullOptional
order_by_directionany ofOptional

Direction to order by

string · enumOptionalPossible values:
or
nullOptional
include_entity_detailsbooleanOptional

Whether to include entity-specific data (matching_entities) in the response

Default: false
limitinteger · min: 1 · max: 200Optional

Maximum number of results to return

Default: 10
offsetinteger · max: 10000Optional

Number of results to skip

Default: 0
Responses
200

Successful Response

application/json
idstring · uuidRequired
credits_usedintegerRequired
credits_remainingintegerRequired
source_data_urlstring · uri · min: 1 · max: 2083Required
totalintegerRequired
post
/v6/organizations/find

Enrich an organization

Enrich an organization with technology data. Provide a domain or organization slug, plus optional technology filters, and get back which of those technologies appear in the organization's job posts and team activity.

When providing technology categories, all individual technologies in those categories will be used.

Credit cost

Each technology found costs 5 credits. If you filter by 10 technologies and 3 are found, that costs 15 credits.

Enrich an organization with technology data

post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
require_mcpbooleanOptionalDefault: false
Body
organizationany ofRequired

Organization to enrich

or
or
or
filtersany ofRequired

Filters to apply to the people search. Can be either a Filters object or a Query object.

or
Responses
200

Successful Response

application/json
idstring · uuidRequired
credits_usedintegerRequired
credits_remainingintegerRequired
technologies_foundstringRequired
technologies_countintegerRequired
source_data_urlstring · uri · min: 1 · max: 2083Required
post
/v6/organizations/enrich

Retrieve an intelligence brief

Retrieve an AI-generated intelligence brief for an organization. The brief summarizes the account angle, relevant contacts, technology signals, teams, and recent changes, and includes a link to view the same brief in Sumble.

Intelligence briefs are generated asynchronously. If the brief is still being prepared, the API returns HTTP 202 with a Retry-After header. Retry the same URL after that interval to get the completed brief.

Credit cost

Completed intelligence briefs cost 50 credits. HTTP 202 pending responses do not consume credits.

Retrieve the intelligence brief for an organization

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
organization_idintegerRequired
Query parameters
require_mcpbooleanOptionalDefault: false
Responses
200

Successful Response

application/json
or
get
/v6/organizations/{organization_id}/intelligence-brief

Match organizations

Submit a list of up to 1,000 organizations and get back which ones Sumble can identify. For each organization you provide a name, URL, and/or location — at least a name or URL is required. Sumble's entity resolution engine matches your input against its database and returns the matched organization details.

This is useful for syncing a CRM export or target-account list with Sumble's data before running enrichment or search queries.

Credit cost

1 credit per matched organization. Unmatched organizations are returned in the response but do not consume credits.

Match a list of organizations

post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
require_mcpbooleanOptionalDefault: false
Body
Responses
200

Successful Response

application/json
idstring · uuidRequired
credits_usedintegerRequired
credits_remainingintegerRequired
matched_countintegerRequired
totalintegerRequired
post
/v6/organizations/match

Last updated