GA
Search Buyers
Search for a buyer. Please note, searches are limited to a maximum of 10,000 results.
Headers
Authorization
OAuth authentication of the form <token>.
Query parameters
limit
A limit on the number of objects to be returned with a range between 1 and 10000. Defaults to 100.
offset
Number of results to skip before returning response. Defaults to 0.
Request
This endpoint expects an object.
q
Query term. The syntax for the query parameter follows elasticsearch simple query string syntax. The includes the ability to use search operators and to perform nested queries. Must be url encoded.
filter
Filters to be applied to search query to limit the result-set.
facets
Whether or not to return search facets in results giving counts by field. Defaults to false.
Response
This endpoint returns an object.
data
limit
next
offset
size
Errors
400
Bad Request
401
Unauthorized
405
Method Not Allowed
429
Rate Limit Exceeded
500
Internal Server Error