AurionAI Docs

Addon Proration Preview

Preview the prorated charge for an addon purchase. Issue #1064.

GET
/api/v1/billing/addon-proration-preview

Preview the prorated charge for an addon purchase. Issue #1064.

Authorization

AuthorizationBearer <token>

In: header

Query Parameters

addon_slug*Addon Slug
quantity?Quantity
Default1
Range1 <= value <= 100

Response Body

application/json

application/json

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