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.
Secret key for FunnelFox Billing API. Required for all requests.
Organization ID
1024
Show child attributes
Was this page helpful?