Replace tag relationships to contact resource using a list of resource identifiers.
Request body includes a list of resource identifiers, id: CONTACT_TAG_ID, type: "contact_tags".
{ "data": [{ "type": "contact_tags", "id": "123" }, { "type": "contact_tags", "id": "456" }] }
The response body will include the updated list of tag relationships.
{ "data": [{ "type": "contact_tags", "id": "123" }, { "type": "contact_tags", "id": "456" }] }
Documentation Index
Fetch the complete documentation index at: https://help.kajabi.com/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.