Get Subscriptions
Get Subscriptions
Returns all subscriptions for nonprofit
GET
Get Subscriptions
Authorizations
Client ID for API authentication
API Key for API authentication
Query Parameters
The number of subscriptions to return.
Required range:
1 <= x <= 100The maximum updated date of the subscriptions to return.
Example:
"2025-02-01"
The minimum updated date of the subscriptions to return.
Example:
"2025-01-01"
The page number of the subscriptions to return.
Required range:
x >= 1The status of the subscriptions to return.
Available options:
active, failed, inactive, paused, pending, recreated Example:
Filter subscriptions by location Ids.
Example:
The field to sort the subscriptions by.
Available options:
amount, createdAt, frequency, nextContributionAt Example:
"createdAt"
The direction to sort the subscriptions by.
Available options:
ASC, DESC Example:
"DESC"
Last modified on July 14, 2026