curl --request GET \
--url https://api.example.com/api/public/tags \
--header 'x-api-key: <x-api-key>'[
{
"id": 1,
"value": "vip-customer",
"variant": "amber",
"entity_type": "CONTACT",
"created_at": "2024-01-15T10:00:00.000Z",
"client_id": "550e8400-e29b-41d4-a716-446655440000"
}
]Retrieve all tags configured for your organization. Use the tag IDs for updating contact tags.
curl --request GET \
--url https://api.example.com/api/public/tags \
--header 'x-api-key: <x-api-key>'[
{
"id": 1,
"value": "vip-customer",
"variant": "amber",
"entity_type": "CONTACT",
"created_at": "2024-01-15T10:00:00.000Z",
"client_id": "550e8400-e29b-41d4-a716-446655440000"
}
]API key needed to authorize the request
Tags retrieved successfully.
Was this page helpful?