Get Subscriptions
Subscriptions
Get Subscriptions
Returns all subscriptions for nonprofit
GET
Get Subscriptions
Documentation Index
Fetch the complete documentation index at: https://docs.overflow.co/llms.txt
Use this file to discover all available pages before exploring further.
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:
["active"]Filter subscriptions by location Ids.
Example:
["6710f34fd5061afeec3eab57"]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"