v7

latestOpenAPI 3.1.02026-08-051856761.1 MB
customer_portal
orders
public

List Orders

List orders of the authenticated customer.

get/v1/customer-portal/orders/

Query parameters

string uuid4

The product ID.

OR
string[]

Filter by product ID.

'one_time' | 'recurring'
OR
ProductBillingType[]

Filter by product billing type. recurring will filter data corresponding to subscriptions creations or renewals. one_time will filter data corresponding to one-time purchases.

string uuid4

The subscription ID.

OR
string[]

Filter by subscription ID.

querystring nullable

Search by product or organization name.

Search by product or organization name.

pageinteger

Page number, defaults to 1.

Page number, defaults to 1.

limitinteger

Size of a page, defaults to 10. Maximum is 100.

Size of a page, defaults to 10. Maximum is 100.

sortingCustomerOrderSortProperty[] nullable

Sorting criterion. Several criteria can be used simultaneously and will be applied in order. Add a minus sign - before the criteria name to sort by descending order.

Sorting criterion. Several criteria can be used simultaneously and will be applied in order. Add a minus sign - before the criteria name to sort by descending order.

Response

Successful Response