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.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.
Related 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 |