Tags
Add ability to get, create, and apply tags from contacts
Get list of current tags
200 Response Object
{
"accountId": "string",
"createdAt": number,
"name": "string",
"id": "string",
"updatedAt": number
}CODE
RETURN
Create a new tag
FIELD
TYPE
Description
200 Response Object
CODE
RETURN
Apply tag to contact
FIELD
TYPE
Description
201 Response Object
CODE
RETURN
Last updated