v2

latestOpenAPI 3.0.3Proprietary2026-07-263483431.1 MB
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/v3/stores/{store_id}/customers/me/subscriptions

Query parameters

page_sizeinteger
Example:25

Number of items per page (default: 25, max: 25)

next_cursorstring

Opaque cursor for the next page.

previous_cursorstring

Opaque cursor for the previous page.

status'unactivated' | 'active' | 'canceled' | 'expired' | 'failed'

Filter by subscription status (unactivated, active, canceled, expired)

Response

Subscriptions list

is_paginatedtrue required
has_nextboolean
has_previousboolean
next_cursorstring nullable
previous_cursorstring nullable
page_sizeinteger

Example response

{
  "is_paginated": true,
  "page_size": 25
}