List authenticated customer subscriptions
Customer Subscriptions
List authenticated customer subscriptions
Customer-authenticated storefront endpoint. Retrieves a paginated list of subscriptions. The data is sorted by id in descending order. Uses cursor-based pagination with default page size of 25 and maximum of 25.
GET
List authenticated customer subscriptions
Otorisasi
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Parameter Path
Store unique_id.
Parameter Query
Number of items per page (default: 25, max: 25)
Rentang yang diperlukan:
x <= 25Contoh:
25
Opaque cursor for the next page.
Opaque cursor for the previous page.
Filter by subscription status (unactivated, active, canceled, expired)
Opsi yang tersedia:
unactivated, active, canceled, expired, failed Respons
Subscriptions list

