Tokens
Create new Profiles API token (legacy)
Create a new Profiles API token. <br> <br> <br> This endpoint is for Audience Studio legacy. For the latest Audience Studio, contact your Customer Success Representative.
post/audiences/{audienceId}/tokens
Path parameters
audienceIdinteger required
Master Segment ID of the token
Request body
Example request
{
"description": "description",
"keyColumn": "td_client_id",
"segments": [
{
"id": 1234
}
],
"attributeColumns": [
"gender",
"country"
]
}Changes
Changed in 1 of the 3 revisions of this API.1
- ○
api operation id
tokens#createremoved and replaced withtokens_createapi-operation-id-removed
- ○