Skip to main content
POST
Query dimension values

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, see Authentication for more detail.

Body

application/json
cursor
string | null

Cursor from the previous paginated response

limit
integer<int32>

Page size, i.e. number of items to return per page

Required range: x <= 250

Response

Success

Paginated response for dimension values

result
enum<string>

Result status

Available options:
SUCCESS,
FAILURE
Example:

"SUCCESS"

data
object[]

List of dimension values

cursor
object

Cursor to be used in your subsequent paginated request. Only populated if there are more pages available.