Skip to content

List purchased add-ons

GET
/portal/add_ons/purchased

List all add-ons the customer has purchased.

token
required
Token
string

Successful Response

Response List Portal Purchased Add Ons
Array<object>
PortalPurchasedAddOnResponse

An 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
/^(?!^[-+.]*$)[+-]?0*\d*\.?\d*$/
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>
ValidationError
object
loc
required
Location
Array
msg
required
Message
string
type
required
Error Type
string
input
Input
ctx
Context
object