Labels
Manage customizable tags and color schemes.
The Labels API allows you to organize your contacts by managing customizable tags within a specific service. Using these endpoints, you can retrieve lists of existing labels, create new tags with tailored display names and specific color schemes, update existing label configurations, and safely delete labels when they are no longer necessary.
Base URL — https://api.concierge.me/v1
| Endpoint | Usage | Method |
|---|---|---|
| /services/{service_id}/contact-labels | Returns a list of labels belonging to the specified service | GET |
| /services/{service_id}/contact-labels | Creates a label and returns the newly-created object | POST |
| /services/{service_id}/contact-labels/{label_id} | Returns a single label | GET |
| /services/{service_id}/contact-labels/{label_id} | Updates a label and returns the updated object | PUT |
| /services/{service_id}/contact-labels/{label_id} | Deletes a label | DELETE |
