Authorizations
Customer session tokens are specific tokens that are used to authenticate customers on your organization. You can create those sessions programmatically using the Create Customer Session endpoint.
Query Parameters
Filter by organization ID. The organization ID.
"1dbfc517-0bbf-4301-9ba8-555ca42b9737"
Filter by product ID. The product ID.
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.
one_time
, recurring
Filter by subscription ID. The subscription ID.
Search by product or organization name.
Page number, defaults to 1.
x > 0
Size of a page, defaults to 10. Maximum is 100.
x > 0
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
The response is of type object
.