TypeScript
Features
Create Balance
Create a new balance for a specific feature for a customer.
POST
TypeScript
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
The feature ID to create the balance for
The customer ID to assign the balance to
Entity ID for entity-scoped balances
The initial balance amount to grant
Whether the balance is unlimited
Reset configuration for the balance
Unix timestamp (milliseconds) when the balance expires
Response
200 - application/json
Balance created successfully

