cURL
with_pagination
{ "accounts": [ { "id": 123, "domain": "<string>" } ], "total_count": 123, "pagination": { "limit": 123, "offset": 123, "total_count": 123, "has_more": true } }
List accounts with optional filters and pagination.
Request Body (optional):
Documentation IndexFetch the complete documentation index at: https://docs.openfunnel.dev/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.openfunnel.dev/llms.txt
Use this file to discover all available pages before exploring further.
Optional filters to apply when querying accounts. All filters are combined with AND logic.
Show child attributes
Pagination parameters for the request
Successful Response
Paginated response for account list.
Pagination metadata (included when pagination is requested)