EUrouter

Credits

Account balance and credits

Get credits

GET
/api/v1/credits

Authorization

bearerAuth
AuthorizationBearer <token>

API key in format: eur_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

In: header

Response Body

application/json

curl -X GET "https://api.eurouter.ai/api/v1/credits"
{
  "data": {
    "total_credits": "string",
    "total_usage": "string"
  }
}