Skip to main content
GET
List Available Plans

Authorizations

Authorization
string
header
required

API key authentication

Query Parameters

customerId
string
required

The customer to check subscriptions for. The merchant is derived from the customer record. Unique identifier for a customer

Pattern: ^cus_[a-zA-Z0-9]+$
productId
string

Optional filter by product ID Unique identifier for a product

Pattern: ^prod_[a-zA-Z0-9]+$

Optional search text to filter plan names (case-insensitive)

limit
integer
default:10

Number of plans to return

Required range: 1 <= x <= 100
offset
integer
default:0

Number of plans to skip

Required range: x >= 0

Response

List of available plans

data
object[]
pagination
object