Get Subscriptions By Donor
Get Subscriptions By Donor
Returns all subscriptions for the specified donor.
GET
Get Subscriptions By Donor
Authorizations
Client ID for API authentication
API Key for API authentication
Path Parameters
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