Skip to main content
GET
/
clients
/
{clientId}
/
tags
Get tags for a client
curl --request GET \
  --url https://api.leanpay.fr/v1/public/clients/{clientId}/tags \
  --header 'Authorization: <api-key>'
{
  "data": [
    {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "label": "<string>",
      "color": "red",
      "clientPropertyId": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
    }
  ]
}

Authorizations

Authorization
string
header
required

Path Parameters

clientId
string<uuid>
required

Id of the client

Response

List of client tags

data
object[]
required