Read

Get Single Tag

GET - /v2/companies/<company_id>/tags/<tag_id>

Responses:

Successful Response

Returns a single Tag JSON object.

Get all Tags belonging to a Group

GET - /v2/companies/<company_id>/groups/<group_id>/tags

Successful Response

Returns a array of Tag objects.

Get all Tags in the company

GET - /v2/companies/<company_id>/tags

Successful Response

Returns a array of Tag objects.


What’s Next