/api/v1/Auth/credits
Authorization
ApiKey Bearer X-Api-Key<token>
Provide your API key in the X-Api-Key header.
In: header
AuthorizationBearer <token>
Enter a JWT token obtained from /api/v1/auth/login.
In: header
Response Body
application/json
curl -X GET "https://loading/api/v1/Auth/credits"{
"userId": "2c4a230c-5085-4924-a3e1-25fb4fc5965b",
"credits": 0,
"tier": 0,
"monthlyAllocation": 0,
"periodUsage": 0,
"periodStartedAt": "2019-08-24T14:15:22Z"
}