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

Authorizations

Authorization
string
header
required

Path Parameters

clientPropertyId
string<uuid>
required

The ID of the client property

Response

List of tags for the client property

data
object[]
required