cURL
curl --request GET \ --url https://api.kajabi.com/v1/contact_tags/{id} \ --header 'Authorization: Bearer <token>'
{ "data": { "id": "<string>", "type": "<string>", "attributes": { "name": "<string>" }, "relationships": { "site": { "data": { "id": "<string>", "type": "<string>" } } } }, "links": { "self": "<string>", "current": "<string>" } }
name
The contact tag belongs to a site
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Success, shows details of a contact tag
Show child attributes
Was this page helpful?