Skip to main content
GET
Search agent inventory profiles

Authorizations

Authorization
string
header
required

Bearer token in the Authorization header. Two token types are accepted:

  • Organization API key (sk_...) issued via the dashboard. Org-scoped, long-lived, for server-to-server use.
  • User JWT obtained via the OAuth 2.1 authorization code flow with PKCE. User-scoped, short-lived. Discover the authorization server at /.well-known/oauth-authorization-server and the protected-resource metadata at /.well-known/oauth-protected-resource/api.

Query Parameters

channels
string

Comma-separated channel filter

Example:

"ctv,olv"

property_types
string

Comma-separated property type filter

Example:

"ctv_app,website"

markets
string

Comma-separated market/country code filter

Example:

"US,GB"

categories
string

Comma-separated IAB content category filter

Example:

"IAB-7,IAB-7-1"

tags
string

Comma-separated tag filter

Example:

"premium"

delivery_types
string

Comma-separated delivery type filter

Example:

"guaranteed,programmatic"

has_tmp
enum<string>

Require TMP support

Available options:
true,
false
min_properties
integer | null

Minimum number of properties in inventory

Required range: x >= 0
cursor
string

Pagination cursor from a previous response

limit
integer

Max results per page (default 50, max 200)

Required range: 1 <= x <= 200

Response

Search results ranked by relevance

results
object[]
required
cursor
string | null
required
has_more
boolean
required