Skip to main content
GET
/
leads
/
{id}
Read Lead
curl --request GET \
  --url https://api.partner.dit.myperch.io/v1/leads/{id} \
  --header 'x-api-key: <api-key>'
{
  "data": {
    "id": "3fvStz1j",
    "createdAt": "2026-01-13T21:34:54.135Z",
    "updatedAt": "2026-01-13T21:34:54.135Z",
    "deletedAt": null,
    "email": "[email protected]",
    "firstName": "Ambrose",
    "lastName": "Barton",
    "phone": {
      "number": "8265822123",
      "extension": "903"
    },
    "clientData": {
      "sin": "047470723",
      "prefix": "Ms.",
      "citizenship": "Permanent Legal Resident (PR)",
      "dateOfBirth": "1975-04-10",
      "maritalStatus": "Separated",
      "creditScoreEstimation": "899"
    },
    "resourceType": "Firm",
    "resourceId": "gk3Fhfi6",
    "referredByReferralCodeId": null,
    "convertedAt": null
  }
}

Authorizations

x-api-key
string
header
required

Path Parameters

id
string
required

The id of the record to retrieve.

Example:

"abc123"

Response

Successful response

data
object