POST {{baseUrl}}/tracking_fields
Use this API to create a new tracking field. Tracking fields let you analyze usage by various fields within an organization. When scheduling a meeting, tracking fields will be included in the meeting options. Prerequisites:
* A Business, Education, API or higher plan. Scopes: Rate Limit Label: tracking_fields:write:admin
Light
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Content-Type
|
string | ||
Accept
|
string |
RESPONSES
status Created
{
"id": "<string>",
"field": "<string>",
"recommended_values": [
"<string>",
"<string>"
],
"required": "<boolean>",
"visible": "<boolean>"
} |
ENDPOINTS