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

EndpointUsageMethod
/services/{service_id}/contact-labelsReturns a list of labels belonging to the specified serviceGET
/services/{service_id}/contact-labelsCreates a label and returns the newly-created objectPOST
/services/{service_id}/contact-labels/{label_id}Returns a single labelGET
/services/{service_id}/contact-labels/{label_id}Updates a label and returns the updated objectPUT
/services/{service_id}/contact-labels/{label_id}Deletes a labelDELETE