Leads

Get a lead

Returns one captured lead by its sqid-encoded id.

GET/api/v1/leads/{id}

Responds 404 rather than 403 when the lead belongs to another workspace, so ids cannot be enumerated.

Path parameters

Prop

Type

Response 200

Prop

Type

Errors

  • 401 — Missing or invalid API key
  • 404 — Not found
  • 429 — Rate limit exceeded

Every error shares one envelope.

Example

curl https://www.hey.support/api/v1/leads/<id> \
  -H 'Authorization: Bearer hs_live_…'