v1

latestOpenAPI 3.0.12026-08-06614449.8 KB
Buyer Intent

Browse buyer intent interactions (product-agnostic)

Requires buyer_intent.read scope.

Query buyer intent data across one or more products in a single request. Pass product_id to specify which products, or omit to use your assigned products. Supports multi-product queries — the data is not scoped to a single subject product.

get/api/v2/buyer_intent

Query parameters

dimensionsstring[]

Comma separated list of dimensions

measuresstring[]

Comma separated list of measures

subject_product_idsstring

One or more product IDs, UUIDs, or URL slugs (comma-separated) that scope the permissions of this query. Defaults to your assigned products.

sortstring

Sort field with optional direction prefix. Use "-" for descending (e.g., "-day")

page[size]integer

Number of records per page (default: 10, max: 100)

dimension_filtersobject

Filters represented as query object (e.g., dimension_filters[company_name_cont]=Acme)

{
  "company_name_cont": "Acme",
  "provider_in": "g2",
  "audience_product_id_in": "<product-uuid-or-slug>"
}

Response

Successful responses