Scopes
Associating a tag with a contact:
tagIds in POST/PUT /v1/contacts — scopes contacts:create / contacts:update.
Common combinations
Common errors
General key guide: API Key scopes.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
API Key permissions to create and manage tags (tags:*).
tags:* family. Applying a tag on a contact record also requires contacts:update.| Scope | Allows |
|---|---|
tags:read | GET /v1/tags, GET /v1/tags/{id} |
tags:create | POST /v1/tags |
tags:update | PUT /v1/tags/{id} |
tags:delete | DELETE /v1/tags/{id} |
tagIds in POST/PUT /v1/contacts — scopes contacts:create / contacts:update.
| Flow | Scopes |
|---|---|
| List tags only | tags:read |
| CRM syncs tags + contacts | tags:read, tags:create, contacts:read, contacts:update |
| Full tag management | tags:read, tags:create, tags:update, tags:delete |
| Code | Cause |
|---|---|
| 403 | Key missing tags:read or tags:create |
| 409 | Duplicate tag name in the workspace |
Esta página foi útil?
