> ## Documentation Index
> Fetch the complete documentation index at: https://developer.instantly.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Custom Tag

> A custom tag for organizing and categorizing accounts and campaigns. You can use them as filters in apis that list accounts and campaigns.

Manage custom tags for organizing and categorizing accounts and campaigns. These endpoints let you create, list, retrieve, update, and delete tags, as well as assign or unassign tags to resources. Tags can be used as filters in APIs that list accounts and campaigns.

## Related schemas

* [Custom Tag](/api-reference/schemas/custom-tag) — field reference for custom tag objects

## Endpoints

| Method | Endpoint                              | Description                          |
| ------ | ------------------------------------- | ------------------------------------ |
| POST   | `/api/v2/custom-tags`                 | Create custom tag                    |
| GET    | `/api/v2/custom-tags`                 | List custom tag                      |
| GET    | `/api/v2/custom-tags/{id}`            | Get custom tag                       |
| PATCH  | `/api/v2/custom-tags/{id}`            | Patch custom tag                     |
| DELETE | `/api/v2/custom-tags/{id}`            | Delete custom tag                    |
| POST   | `/api/v2/custom-tags/toggle-resource` | Assign or unassign tags to resources |
