Skip to main content
GET
/
leads
/
{id}
Read Lead
curl --request GET \
  --url https://api.realtor.dit.myperch.io/v1/leads/{id} \
  --header 'x-api-key: <api-key>'
{
  "data": {
    "id": "38owigkM",
    "createdAt": "2026-03-05T19:39:18.389Z",
    "updatedAt": "2026-03-05T19:39:18.389Z",
    "deletedAt": null,
    "email": "client1+74049788@example.com",
    "firstName": "Amya",
    "lastName": "Williamson",
    "phone": {
      "number": "2925655632",
      "extension": "562"
    },
    "clientData": {
      "sin": "004877852",
      "prefix": "Ms.",
      "citizenship": "Permanent Legal Resident (PR)",
      "dateOfBirth": "1987-07-13",
      "maritalStatus": "Married",
      "creditScoreEstimation": "142"
    },
    "resourceType": "Firm",
    "resourceId": "qSBKZzUi",
    "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