GET {{baseUrl}}/tracking_fields/:fieldId
Use this API to return information about a tracking field. Prerequisites:
* A Business, Education, API or higher plan. Scopes: Rate Limit Label: tracking_fields:read:admin
Light
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Accept
|
string |
RESPONSES
status OK
{
"id": "<string>",
"field": "<string>",
"recommended_values": [
"<string>",
"<string>"
],
"required": "<boolean>",
"visible": "<boolean>"
} |
ENDPOINTS