GET tags
GET /user-api/v1/tags
Query Parameters
string
Set a limit to the number of records to return (Default:25)
string
Number of records to skip.
string
Sort order:
created_at:asc, created_at:desc, name:asc, name:descstring
Related data to include:
contacts, companies, tasksHeaders
Response
With Include Parameters
GET /user-api/v1/tags?include=contacts,companies,tasks
Response with all includes
GETTag
GET /user-api/v1/tags/:id
Path Parameters
string
Tag ID
Query Parameters
string
Related data to include:
contacts, companies, tasksEndpoint Example
GET /user-api/v1/tags/tag_12345?include=contacts,companies