---
title: "List contact tags"
method: GET
path: "/contact-tags"
tags: ["Contact Tags"]
---

# List contact tags

`GET /contact-tags`

Lists the account's tags, newest first, each with its contact count. Distinct from the legacy /tags endpoints, which operate on lists.

## Response `200`

Successful response

- object
  - `data` ContactTag[]
    - `id` integer
    - `user_id` integer
    - `name` string, required
    - `color` string — Brand palette hex color (e.g. "#FF644D").
    - `contacts_count` integer — Number of contacts carrying the tag (included on list/show).
    - `created_at` string, date-time
    - `updated_at` string, date-time
  - `current_page` integer
  - `total` integer
  - `per_page` integer

## Other responses

- `401` — Unauthorized

---

[API](https://skmtc.dev/sendfox/apis/sendfox-api.md) · [All operations](https://skmtc.dev/sendfox/apis/sendfox-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/sendfox/sendfox-api/revisions/c5728da3037f/schema)
