latestOpenAPI 3.0.12026-08-21183382785.0 KB

24caa8eb809b

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

idstring integer
audienceIdstring integer
tokenstring uuid

UUID of the token

descriptionstring
keyColumnstring

A key column name to fetch the information of a customer.

attributeColumnsstring[]

associated attribute column names.

v2boolean

whether the token is v2 or not

createdAtstring date-time
updatedAtstring date-time

Example response

[
  {
    "keyColumn": "td_client_id",
    "attributeColumns": [
      "gender",
      "country"
    ],
    "v2": true
  }
]