AurionAI Docs

Preview Addon Purchase

GET
/api/v1/billing/addons/preview

Authorization

AuthorizationBearer <token>

In: header

Query Parameters

slug*Slug

Addon slug (e.g., 'extra_seat')

quantity*Quantity

Number of units to purchase

Range1 <= value <= 100

Response Body

application/json

application/json

curl -X GET "https://loading/api/v1/billing/addons/preview?slug=string&quantity=1"
{}
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}