v1

latestOpenAPI 3.0.02026-07-2640301.0 MB
Contact Labels Endpoints

contacts/label

This endpoint returns all the created Labels for the given Contact.

get/contacts/label

Query parameters

AccountIDstring required

Your account ID

Keystring required

API key for the account

Signaturestring required

Hashed signature for the request

ContactIDstring

Contact ID of customer who's labels you want to retrieve

Response

Successboolean

True if the request was successful, false if it failed

ErrorMessagestring

Contains a description of the error if the request failed

Example response

{
  "Labels": {
    "0": {
      "Label": "Contact1"
    }
  }
}