Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.openfunnel.dev/api/v2/account/filters \ --header 'X-API-Key: <x-api-key>'
{ "filters": [ { "field_name": "<string>", "description": "<string>", "type": "<string>", "required": false, "options": [ "<string>" ], "schema_description": "<string>" } ] }
Successful Response
All available filter fields for the account listing API.
Show child attributes