UnifyAPI
← Back to catalog

telnyx.balance

mock data$0.001 / call

Account Balance (Telnyx)

Read current Telnyx account balance, available credit, currency, pending charges, and credit limit. Useful for cost monitoring before placing high-volume sends (Telnyx)

Communicationprovider: Telnyx#telnyx#communication

Input schema

refresh

Set to true to bypass the 30-second cache and fetch a fresh balance from Telnyx. Default false.

boolean

Call via REST

curl -X POST https://unifyapi.pro/api/call/telnyx.balance \
  -H "Authorization: Bearer uak_live_..." \
  -H "Content-Type: application/json" \
  -d '{"refresh":"<refresh>"}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.