Skip to main content
GET
Retrieve tag groups for a company or an organisation

Authorizations

Authorization
string
header
required

JWT Bearer token authentication. Include the token in the Authorization header as: Bearer <token>

Query Parameters

company_id
string<uuid>

Enter the company ID whose tag groups you are searching for. Required if organization_id is not provided. If you enter both company_id and organization_id, the company_id is used to filter the tag groups.

organization_id
string<uuid>

Enter the organization ID whose tag groups you are searching for. Required if company_id is not provided. If you enter both company_id and organization_id, the company_id is used to filter the tag groups.

include_archived
boolean
include_tags_count
boolean

Response

default - application/json;charset=UTF-8

default response

data
object[]
required