UntangledAPI
Api referenceAccount

Account summary — plan, status, HEU usage for the current UTC month, active key count, and billing lifecycle.

GET
/v1/account

Authorization

x-api-key<token>

In: header

Response Body

application/json

application/json

application/json

curl -X GET "https://api.untangledapi.com/v1/account"
{
  "plan": "free",
  "status": "string",
  "heuUsed": 0,
  "heuLimit": 0,
  "activeKeyCount": 0,
  "periodStart": "string",
  "hasStripeCustomer": true,
  "currentPeriodEnd": "string",
  "cancelAt": "string",
  "priorPlan": "starter",
  "subscriptionEndedAt": "string"
}
{
  "error": {
    "code": "string",
    "message": "string",
    "details": null
  }
}
{
  "error": {
    "code": "string",
    "message": "string",
    "details": null
  }
}