Billing

Billing overview

POST
/api/billing/overview
AuthorizationBearer <token>

In: header

Empty Object

Response Body

Examples

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"
}