BillingOverview

Billing overview

POST
/api/billing/overview

Authorization

token_auth
AuthorizationBearer <token>

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

curl -X POST "https://api.piktid.com/api/billing/overview" \  -H "Content-Type: application/json" \  -d '{}'
{
  "quotas": {
    "daily": "string",
    "monthly": "string"
  },
  "usage": {
    "daily": "string",
    "monthly": "string",
    "r_daily": "string",
    "r_monthly": "string"
  }
}
{
  "code": 0,
  "message": "string",
  "description": "string"
}