Skip to main content
GET
/
credit-balance
Get credit balance
curl --request GET \
  --url https://app.reechee.io/api/v1/credit-balance \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "data": {
    "credits_balance": 17
  }
}

Authorizations

Authorization
string
header
required

A paid-team API key, sent as Authorization: Bearer rch_live_…. Create and revoke keys in the app under Settings → API keys.

Response

The credit balance.

success
boolean
required
data
object
required