cURL
curl --request POST \ --url https://billing.funnelfox.com/{org_id}/v1/search_users \ --header 'Content-Type: application/json' \ --header 'ff-secret-key: <api-key>' \ --data ' { "email": "<string>" } '
{ "users": [ { "external_id": "<string>" } ] }
Search for users by email address.
Documentation IndexFetch the complete documentation index at: https://funnelfox.com/docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://funnelfox.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Secret key for FunnelFox Billing API. Required for all requests.
Organization ID
1024
Show child attributes
Was this page helpful?