Authorizations
API key authentication
Body
ID of the merchant creating the entitlement.
ID of the customer to create the entitlement for.
Array of billable metrics and quantities to reserve.
Maximum number of times this entitlement can be used (optional, defaults to 1 for global, 100 for regional).
1 <= x <= 1000
Response
Entitlement created successfully
Unique identifier for the entitlement.
entitlement
ID of the merchant that created this entitlement.
ID of the customer this entitlement is for.
Billable metrics and quantities reserved stored as JSON.
Expiration time for the entitlement.
Timestamp when the entitlement was created.
Region where this entitlement is constrained (e.g., 'us-west-2', 'global').
Maximum number of times this entitlement can be used.
x >= 1
Remaining balance for this entitlement in nanodollars (string representation of BigInt).
Number of times this entitlement has been used.
x >= 0