Skip to main content
GET
/
tags
/
{holder}
/
{item_id}
List tags
curl --request GET \
  --url https://api.zenskar.com/tags/{holder}/{item_id} \
  --header 'organisation: <api-key>' \
  --header 'x-api-key: <api-key>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs2.zenskar.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

x-api-key
string
header
default:<your-api-key>
required
organisation
string
header
default:<your-organisation-id>
required

Path Parameters

holder
enum<string>
required
Available options:
invoice,
product,
contract,
customer,
payment
item_id
string<uuid>
required

Response

Successful Response