Skip to main content
GET
Returns a single lead by ID

Authorizations

Authorization
string
header
required

Lawtte API key or session token: Authorization: Bearer <token>.

Path Parameters

id
string
required

Identifier of the record in the URL.

Response

{ "id": "...", "name": "...", "calls": [...], "notes": "..." }

The response is of type object.