Skip to main content
GET
/
session
/
credits
Get Credits
curl --request GET \
  --url https://api.ara.so/session/credits \
  --header 'Authorization: Bearer <token>'
{
  "total": 123,
  "used": 123,
  "remaining": 123,
  "remaining_minutes": 123,
  "has_bypass": false
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

Successful Response

total
number
required
used
number
required
remaining
number
required
remaining_minutes
number | null
has_bypass
boolean
default:false