Skip to main content
GET
/
credits
Get credit balance
curl --request GET \
  --url https://api.mindcase.co/api/v1/credits \
  --header 'Authorization: Bearer <token>'
{
  "credits_remaining": 4850
}

Authorizations

Authorization
string
header
required

API key in the format mk_live_...

Response

Current credit balance

credits_remaining
integer
required
Example:

4850