Create Balance
Create a balance for a customer feature.
Body Parameters
Response
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Body
The ID of the customer.
The ID of the feature.
The ID of the entity for entity-scoped balances (e.g., per-seat limits).
The initial balance amount to grant. For metered features, this is the number of units the customer can use.
If true, the balance has unlimited usage. Cannot be combined with 'included_grant'.
Reset configuration for the balance. If not provided, the balance is a one-time grant that never resets.
Rollover configuration for the balance.
Unix timestamp (milliseconds) when the balance expires. Mutually exclusive with reset.
Unix timestamp (milliseconds) for the first reset boundary, allowing a custom (e.g. shorter) first period. Requires 'reset', and must occur before 'expires_at' if both are provided. Subsequent resets advance by one reset interval from this boundary.
A unique identifier for this balance. Use this to target the balance in future update / delete calls.
Response
OK