List tags assigned in an inbox.
List tags assigned in an inbox.
bearerToken Personal access tokens created from the ThriveDesk UI. Create one under Integrations -> API Keys.
In: header
Inbox identifier.
1 <= value115application/json
application/json
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/inboxes/string/tags"{ "data": [ { "id": "string", "name": "string", "color": "string", "conversations_count": 0 } ], "links": { "first": "http://example.com", "last": "http://example.com", "prev": "http://example.com", "next": "http://example.com" }, "meta": { "current_page": 0, "current_page_url": "http://example.com", "from": 0, "to": 0, "per_page": 0, "path": "http://example.com" }}