Skip to main content
The GET /v1/subscriptions endpoint returns recurring subscription records for your merchant account. Each subscription represents a donor who has committed to a repeating gift at a fixed frequency and amount. You can filter by status to target active donors or review cancellations. This endpoint requires the subscriptions:read permission on your API key.

Request

integer
default:"50"
Maximum number of subscriptions to return per page. Accepts values between 1 and 100.
string
Pagination cursor returned by a previous response. Pass this value to retrieve the next page of results. Omit on the first request.
string
Filter results by subscription status. Accepted values: ACTIVE, CANCELLED. Omit to return all subscriptions regardless of status.

Response

Subscription[]
required
Array of subscription objects for this page of results.
integer
required
Number of subscriptions returned in this response.
boolean
required
true if additional pages of results exist beyond this response.
string
Pagination cursor for the next page. Pass this as the lastEvaluatedKey query parameter on your next request. Absent when hasMore is false.

Example

Response