GET /api/v1/reports/consumption — Get Consumption Report
Retrieves a consumption report showing allocated resources and remaining capacity for your account.
Authentication
SadqAuthorize
Request Headers
- Authorization (required)
- Bearer {token}
Responses
HTTP 200 — Consumption report
{
"data": {
"title": "Monthly Signature Requests",
"allocated": 1000,
"remaining": 742
},
"errorCode": 0,
"message": null,
"returnUrl": "/dashboard",
"stateValidationErrors": null,
"signature": ""
}