Skip to main content
GET
/
entitlements
/
{entitlement_id}
/
customer
/
{customer_id}
/
total
Get total customer entitlements
curl --request GET \
  --url https://api.zenskar.com/entitlements/{entitlement_id}/customer/{customer_id}/total \
  --header 'organisation: <api-key>' \
  --header 'x-api-key: <api-key>'
{
  "entitlement": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "customer": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "quantity": 123
}

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

entitlement_id
string<uuid>
required
customer_id
string<uuid>
required

Query Parameters

start_date
integer | null
end_date
integer | null

Response

Successful Response

Create Entitlement Customer Request Schema

entitlement
string<uuid>
required

Entitlement ID

customer
string<uuid>
required

Customer ID

quantity
number | null

Entitlement Units assigned