AurionAI Docs

Cycle Switch Preview

GET
/api/v1/billing/cycle-switch-preview

Authorization

AuthorizationBearer <token>

In: header

Query Parameters

billing_cycle*Billing Cycle
Match^(monthly|annual)$

Response Body

application/json

application/json

curl -X GET "https://loading/api/v1/billing/cycle-switch-preview?billing_cycle=string"
{}
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}