[GET] Call Personalisation Label

Previously created dynamic labels can be fetched by hitting the below API endpoint.

List Dynamic Labels

get

This endpoint returns all dynamic labels under a client. It supports pagination. It will return an empty array if no labels are found.

Authorizations
Path parameters
clientAccountIdstring · uuidRequired

This should be the clientAccountId

Query parameters
pageinteger · int64Optional

Determines the set of records to return. Defaults to 1.

Example: {"value":1}
limitinteger · int64Optional

Determines the no. of records to be returned. Defaults to 1000.

Example: {"value":1}
Header parameters
AcceptstringOptionalExample: {"value":"application/vnd.api+json; version=1.0"}
Responses
200Success
get
GET /clients/{clientAccountId}/labels HTTP/1.1
Host: 
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*

No content

Last updated

Was this helpful?