APIBalance API
Balance API
Retrieve the current balance for your organization.
Endpoint: GET /v1/balance
Headers
| Name | Type | Required | Description |
|---|---|---|---|
| x-api-key | string | Yes | Your API key |
Response
Example Request
Error Codes
| Status | Code | Description |
|---|---|---|
| 401 | unauthorized | Invalid or missing API key |
| 404 | not_found | Organization not found |
| 500 | server_error | Internal server error |