[GET] Call Personalisation Label
Previously created dynamic labels can be fetched by hitting the below API endpoint.
List Dynamic Labels
This endpoint returns all dynamic labels under a client. It supports pagination. It will return an empty array if no labels are found.
GET/clients/{clientAccountId}/labels
Authorization
Path parameters
clientAccountId*string (uuid)
This should be the clientAccountId
Query parameters
Header parameters
Response
Body
categoryinteger (int64)
client_account_idstring
created_atstring (date-time)
created_by_emailstring
deleted_atstring (date-time)
idstring
label_typestring
logo_urlstring
namestring
sub_categoryinteger (int64)
updated_atstring (date-time)
Request
Response
Last updated