Skip to main content
GET
List

Authorizations

Authorization
string
header
required

API key authentication

Query Parameters

limit
integer
default:10

Number of plans to return

Required range: 1 <= x <= 100
merchantId
string

Filter plans by merchant organization ID Unique identifier for an organization

Pattern: ^org_[a-zA-Z0-9]+$
offset
integer
default:0

Number of plans to skip

Required range: x >= 0
productId
string

Filter plans by product ID Unique identifier for a product

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

Response

List of plans

data
object[]
pagination
object