> For the complete documentation index, see [llms.txt](https://api-docs.islash.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://api-docs.islash.io/labels/get-customers-by-label-ids.md).

# Get Customers By Label IDs

{% openapi src="/files/ilbZLWfXqH5fJVaqKTQ1" path="https\://{ISLASH\_API\_ENDPOINT}/api/public/chat-label/customers" method="post" %}
[7.4.get\_customers\_by\_label.json](https://3840158533-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FPYMAy98rfabp765nSz03%2Fuploads%2Ff9y3IoJCvtTseWumxMwO%2F7.4.get_customers_by_label.json?alt=media\&token=44e0edbb-1151-4801-9bac-2cff415acf91)
{% endopenapi %}

{% code title="Response" %}

```json
{
    "meta": {
        "code": "RESP_OKAY",
        "message": "Success"
    },
    "data": {
        "contacts": [
            {
                "id": 5,
                "first_name": "Tom",
                "last_name": "Chan",
                "identity": "85298765432",
                "labels": "Paid,Pending Payment",
                "assigned_to": "User 01"
            }
        ],
        "pagination": {
            "has-more-page": false,
            "per-page": 30
        }
    }
}
```

{% endcode %}
