v1

latestOpenAPI 3.0.12026-07-24501176.6 MB

Get Customer Labels

Retrieves the list of labels tagged to a customer.

get/customers/{userId}/labels

Path parameters

userIdinteger required

Unique id of the customer for which you want to fetch tagged labels.

Response

200

Example response

{
  "data": [
    {
      "id": 5,
      "addedBy": 15147364,
      "labelId": 3,
      "userId": 249598560,
      "labelName": "GadgetFreak"
    }
  ]
}