Preview Addon Purchase
AuthorizationBearer <token>
In: header
Query Parameters
slug*Slug
Addon slug (e.g., 'extra_seat')
quantity*Quantity
Number of units to purchase
Range
1 <= value <= 100Response 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"
}
]
}