v1

latestOpenAPI 3.0.02026-07-2640301.0 MB
Contact Labels Endpoints

contacts/label/add

This endpoint allows you to create a Label.

post/contacts/label/add

Response

Successboolean

True if the request was successful, false if it failed

ErrorMessagestring

Contains a description of the error if the request failed

Labelstring

The newly added Label

Example response

{
  "Label": "Contact1"
}