---
title: "Get Company Tag Definitions"
method: GET
path: "/v1/company-tag-definitions"
tags: ["Companies"]
---

# Get Company Tag Definitions

`GET /v1/company-tag-definitions`

Returns dropdown values for the tag definitions from the *Tags* tab of the company profile page.

## Headers

- `RequestId` string, uuid — The unique request identifier used to correlate request data with log entries and events, formatted as a UUID.
- `FrontOfficeTenantId` integer
- `Tenant` string

## Response `200`

Company category and source tag definition values.

- CompanyTagDefinitions
  - `companyCategories` CompanyCategory[] — A list of values for the Company Category dropdown and their details.
    - `categoryName` string — The name of the Company Category option.
    - `categoryDetails` CategoryDetail[] — A list of values for the Category Detail dropdown.
      - `categoryID` integer — The identifier for the category.
      - `subCategory` string — A subcategory for the category.
  - `companySources` CompanySource[] — A list of values for the Company Sources dropdown and their details.
    - `id` integer — The identifier for the Company Source option.
    - `name` string — The name of the Company Source option.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Access Denied
- `404` — Not found
- `405` — Unsupported method
- `406` — Unsupported format(s) indicated by Accept header
- `415` — Unsupported format(s) indicated by the Content-Type header
- `429` — Too many requests
- `500` — An unexpected error occurred
- `502` — Service Unavailable
- `504` — Gateway Timeout

---

[API](https://skmtc.net/avionte/apis/aviont-partner-authorization-api.md) · [All operations](https://skmtc.net/avionte/apis/aviont-partner-authorization-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/avionte/aviont-partner-authorization-api/revisions/846b33e4e71b/schema)
