List subscriptions
List subscriptions with optional filtering by customer and status.
Authorizations
Bearer API Key, for example Bearer sk_live_xxx.
Unix timestamp in seconds. Must be within 5 minutes of server time.
Replay-protection nonce, 16-64 characters. Use a fresh UUID per request.
Lowercase hex HMAC-SHA256 of {timestamp}.{nonce}.{requestBody} signed with the merchant API Secret. For GET requests, requestBody is an empty string.
Headers
Unix timestamp in seconds. Must be within 5 minutes of server time.
Replay-protection nonce, 16-64 characters. Use a fresh UUID per request.
16 - 64Lowercase hex HMAC-SHA256 of {timestamp}.{nonce}.{requestBody} signed with the merchant API Secret. For GET requests, requestBody is an empty string.
Query Parameters
Filter by external customer ID.
Filter by subscription status. Subscription status.
incomplete, trialing, active, past_due, canceled, incomplete_expired Number of records to return. Defaults to 10, maximum 100. Cursor pagination is not used by the current implementation.
1 <= x <= 100