Skip to main content
GET
/
leads
/
{id}
Get lead
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"
  }
}

Authorizations

X-API-Key
string
header
required

Your Flozy API key. Starts with flz_live_.

Path Parameters

id
integer
required

Response

Lead detail.