Get Lead

Fetches a single lead.

GET/api/v1/leads/{lead_id}

Description

Verifies the lead belongs to your company, then returns it.

Parameters

Path paramTypeDescription
lead_idUUIDThe lead's ID.

Response — 200 OK

A single Lead Object.

Errors

StatusDetail
404Lead not found or not in your company.