Skip to content

List customer applied add-ons

GET
/v1/customers/{customer_id}/applied_add_ons

List applied add-ons for a customer.

customer_id
required
Customer Id
string format: uuid
skip
Skip
integer
0
limit
Limit
integer
default: 100 >= 1 <= 1000

Successful Response

Response List Applied Add Ons For Customer V1 Customers Customer Id Applied Add Ons Get
Array<object>
AppliedAddOnDetailResponse

Applied add-on with customer name for display.

object
id
required
Id
string format: uuid
add_on_id
required
Add On Id
string format: uuid
customer_id
required
Customer Id
string format: uuid
customer_name
required
Customer Name
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

Unauthorized – invalid or missing API key

Customer not found

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