Full-text search across catalog and account records (query-string variant).

Runs a single full-text query over the indexed entities and returns matches grouped by
entity type. Requires an authenticated token; results are scoped by the calling user's
permissions. This GET form takes its parameters from the query string and is convenient for
simple, link-shareable searches; the POST form accepts the same shape in the request body and
is preferred when filters get large.

Searchable entities are the SearchEntity values (e.g. AffiliateProgram,
Brand, BrandLink, AffiliateProgramAccount, TrafficSource); use
documentTypes to restrict the search to specific ones.

Pagination uses offset/limit (0-based offset). Alternatively set
limitPerCategory to return up to N results per entity type (mutually exclusive with
limit). Sort with sortBy (Relevance, CreatedAt, UpdatedAt) and sortOrder
(Ascending, Descending); the default is relevance ranking.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string
AccountId
array of int32s
AccountId
int32
int32
int32
DocumentTypes
array of objects
DocumentTypes
string
enum
Allowed:
string
enum
Allowed:
date-time
date-time
Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
text/plain
application/json
text/json