Authentication
All endpoints require:Authorization: Bearer YOUR_API_KEYX-Project-ID: YOUR_PROJECT_ID(or encoded in the API key)
Endpoints
| Method | Path | Description |
|---|---|---|
GET | /api/v1/contacts/tags | List all tags |
POST | /api/v1/contacts/tags | Create a tag |
PUT | /api/v1/contacts/tags/:id | Update a tag |
DELETE | /api/v1/contacts/tags/:id | Delete a tag |
POST | /api/v1/contacts/contact-tags | Add a tag to a contact |
DELETE | /api/v1/contacts/contact-tags | Remove a tag from a contact |
List Tags
SDK
Create Tag
SDK
Update Tag
SDK
Delete Tag
Deletes the tag and removes it from all contacts.SDK
Add Tag to Contact
SDK
Remove Tag from Contact
SDK