Entitlements
List entitlements
query Parameters
pagePage number
limitMaximum items per page
searchSearch by name or key
sortOrderSort direction
List entitlements › Responses
totalpagelimittotalPagesCreate an entitlement
Headers
x-api-idempotency-keyOptional idempotency key for safely retrying mutating requests.
Create an entitlement › Request Body
nameEntitlement name
keyStable integration key
Create an entitlement › Responses
Entitlement created
idEntitlement ID
nameEntitlement name
managedExternallyTrue when the entitlement is maintained by an external system rather than created by an operator in the app. Only rows with externalSource "api" can be modified through this API.
externalSourceWhich system maintains the entitlement: "api" (created via this API), "platform" (managed by LedgerBee, read-only here), or null for operator-created rows.
createdAtWhen the entitlement was created
updatedAtWhen the entitlement was last updated
keyStable integration key
Get an entitlement
path Parameters
idGet an entitlement › Responses
idEntitlement ID
nameEntitlement name
managedExternallyTrue when the entitlement is maintained by an external system rather than created by an operator in the app. Only rows with externalSource "api" can be modified through this API.
externalSourceWhich system maintains the entitlement: "api" (created via this API), "platform" (managed by LedgerBee, read-only here), or null for operator-created rows.
createdAtWhen the entitlement was created
updatedAtWhen the entitlement was last updated
keyStable integration key
Update an entitlement
path Parameters
idHeaders
x-api-idempotency-keyOptional idempotency key for safely retrying mutating requests.
Update an entitlement › Request Body
nameEntitlement name
keyStable integration key
Update an entitlement › Responses
idEntitlement ID
nameEntitlement name
managedExternallyTrue when the entitlement is maintained by an external system rather than created by an operator in the app. Only rows with externalSource "api" can be modified through this API.
externalSourceWhich system maintains the entitlement: "api" (created via this API), "platform" (managed by LedgerBee, read-only here), or null for operator-created rows.
createdAtWhen the entitlement was created
updatedAtWhen the entitlement was last updated
keyStable integration key