cURL
curl --request GET \ --url https://api.datagrid.com/v1/credits \ --header 'Authorization: Bearer <token>'
{ "remaining": 123, "consumed": 123, "total": 123 }
Summarise the credits in your account for the current billing period.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Credits Summary
The response is of type object.
object