Skip to main content
Use the account balance endpoint as the initial authentication check. GET /balance is read-only and requires no product resource or provisioning step.

Before starting

Send the request

Request failed?Start with API troubleshooting, then check authentication and the API error catalog.
A successful response has a data object containing the current balance, pending amount, credit limit, available credit, and ISO 4217 currency identifier:
The values above are illustrative. Treat monetary values as decimal strings rather than binary floating-point numbers.

Interpret failures

  • 401 Unauthorized: The Authorization header is absent or the key is invalid.
  • 403 Forbidden: The credential or account cannot access balance information.
  • 422 Unprocessable Entity: The request reached the endpoint but could not be processed.
  • 503 Service Unavailable: The service is temporarily unavailable. Apply the retry guidance.
See API troubleshooting for a diagnostic sequence and API error codes for Telnyx-specific error bodies.

Continue