GET
/
v1
/
limits
/
credit
/
curl --request GET \
  --url https://api.rask.ai/v1/limits/credit/ \
  --header 'Authorization: Bearer <token>'
{
  "credits": {
    "current": 123,
    "limit": 123
  }
}

Authorizations

Authorization
string
headerrequired

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

Response

200 - application/json
credits
object
required