cURL
curl --request POST \ --url https://api.callaro.ai/api/v1/billing/allocate-credits \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{}'
{ "data": {}, "message": "<string>", "meta": {}, "request_id": "<string>" }
JWT partner admins may call this directly. Partner API keys may call this only when explicitly granted the billing:partner:allocate scope. Supports safe retries through the Idempotency-Key header.
billing:partner:allocate
Idempotency-Key
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The body is of type object.
object
Allocated
Was this page helpful?