v1

latestOpenAPI 3.1.02026-07-2414238909.1 KB

Retrieve the account's contact labels

Retrieve the account’s labels both default and custom.

get/contacts/labels/my

Headers

Authorizationstring required

Bearer {access-token}

Response

200

firstNamestring
lastNamestring
countrystring
emailstring
mobilestring
agestring

Example response

{
  "firstName": "Text",
  "lastName": "Text",
  "country": "Text",
  "email": "Text",
  "mobile": "Text",
  "age": "Number"
}