Access: authenticated organization users. Gateway availability depends on organization settings.
Returns a list of subscriptions. Supports optional search, date range filtering, and sorting.
Documentation Index
Fetch the complete documentation index at: https://docs.spacemedia.uk/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Use application/json for API responses.
Bearer access token. Use Bearer <YOUR_ACCESS_TOKEN>.
optional Search term to filter subscriptions by name, email, or other attributes.
"john"
optional The page number to return. Defaults to 1.
2
optional Number of subscriptions per page. Defaults to 10.
20
optional Date range to filter subscriptions by creation date, in "YYYY-MM-DD" format.
"2025-01-31"
optional Sort direction for creation date. Either "asc" or "desc". Defaults to "desc".
"asc"
Success
The response is of type object.