latestOpenAPI 3.1.02026-07-14460151.1 KB

1739fae86fb3

Retrieve a list of contact labels

get/v2/contact-labels

Query parameters

limitstring

Return up to this many results per page. (≤ 50 default 15)

Response

200

Example response

{
  "data": [
    {
      "id": 3,
      "name": "Facebook"
    }
  ],
  "pagination": {
    "path": "http://localhost:8000/v2/contact-labels",
    "total": 3,
    "limit": 15,
    "current_page": 1,
    "last_page": 1
  }
}