/api/v1/Auth/credits/history
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
Query Parameters
limit?|
Default
50Match
^-?(?:0|[1-9]\d*)$Format
int32Response Body
application/json
curl -X GET "https://loading/api/v1/Auth/credits/history"[
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"type": 0,
"amount": 0,
"balanceAfter": 0,
"endpoint": null,
"createdAt": "2019-08-24T14:15:22Z"
}
]