Skip to main content
GET
List targeting property values

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

property_id
string
required

The targeting property ID

Query Parameters

Filter values by name

limit
integer
default:25

Number of items to return per page

Required range: 1 <= x <= 100
starting_after
string

Opaque pagination cursor from a previous response's next_cursor

Response

A page of allowed values

data
object[]
has_more
boolean
next_cursor
string | null