Organizations
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
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:
nullOptional
order_by_directionany ofOptional
Direction to order by
string · enumOptionalPossible values:
nullOptional
limitinteger · min: 1 · max: 200OptionalDefault:
Maximum number of results to return
10offsetinteger · max: 10000OptionalDefault:
Number of results to skip
0Responses
200
Successful Response
application/json
idstring · uuidRequired
credits_usedintegerRequired
credits_remainingintegerRequired
source_data_urlstring · uri · min: 1 · max: 2083Required
totalintegerRequired
422
Validation Error
application/json
post
/v3/organizations/findAuthorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
organizationany ofRequired
Organization to enrich
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
422
Validation Error
application/json
post
/v3/organizations/enrichLast updated