GET
/
credits
cURL
curl --request GET \
  --url https://api.datagrid.com/v1/credits \
  --header 'Authorization: Bearer <token>'
{
  "remaining": 123,
  "consumed": 123,
  "total": 123
}

Authorizations

Authorization
string
header
required

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

Response

200 - application/json

Credits Summary

The response is of type object.