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://flozy-backend-1042419926531.us-central1.run.app/api/v1/external/leads/{id} \ --header 'X-API-Key: <api-key>'
{ "http_code": 200, "status": "success", "message": "Lead retrieved", "data": { "id": 42, "uuid": "a1b2c3d4-e5f6-7890-abcd-ef1234567890", "title": "Acme Corp", "status_name": "in_progress", "meta_data": { "about": { "description": "Enterprise SaaS prospect.", "url": "https://acme.com" } }, "avatar": null, "avatar_type": null, "created_at": "2026-01-10T08:00:00.000Z", "updated_at": "2026-04-07T12:00:00.000Z" } }
Returns a single lead by ID.
Your Flozy API key. Starts with flz_live_.
flz_live_
Lead detail.