[GET] Call Personalisation Label
Previously created dynamic labels can be fetched by hitting the below API endpoint.
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 · int64OptionalExample:
Determines the set of records to return. Defaults to 1.
{"value":1}
limitinteger · int64OptionalExample:
Determines the no. of records to be returned. Defaults to 1000.
{"value":1}
Header parameters
AcceptstringOptionalExample:
{"value":"application/vnd.api+json; version=1.0"}
Responses
200Success
400Error
401Error
500Error
get
GET /clients/{clientAccountId}/labels HTTP/1.1
Host:
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
No content
Last updated
Was this helpful?