List purchased add-ons
GET
/portal/add_ons/purchased
List all add-ons the customer has purchased.
Parameters
Section titled “ Parameters ”Query Parameters
Section titled “Query Parameters ” token
required
Token
string
Responses
Section titled “ Responses ”Successful Response
Response List Portal Purchased Add Ons
Array<object>
PortalPurchasedAddOnResponseAn add-on the customer has already purchased.
object
id
required
Id
string format: uuid
add_on_id
required
Add On Id
string format: uuid
add_on_name
required
Add On Name
string
add_on_code
required
Add On Code
string
amount_cents
required
Amount Cents
string
amount_currency
required
Amount Currency
string
created_at
required
Created At
string format: date-time
Invalid or expired portal token
Validation Error
HTTPValidationError
object
detail
Detail
Array<object>
ValidationErrorobject
loc
required
Location
Array
msg
required
Message
string
type
required
Error Type
string
input
Input
ctx
Context