Tokens
Retrieve list of Profile API tokens
Retrieve a list of Profile API tokens associated with a parent segment ID.
get/audiences/{audienceId}/tokens
Path parameters
audienceIdinteger required
Master Segment ID of the token
Response
successful operation
Example response
[
{
"keyColumn": "td_client_id",
"attributeColumns": [
"gender",
"country"
],
"v2": true
}
]Changes
Changed in 1 of the 3 revisions of this API.1
- ○
api operation id
tokens#indexremoved and replaced withtokens_indexapi-operation-id-removed
- ○