cURL
curl --request GET \ --url https://api.partner.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 } }
Gets a record from the Lead table based on passed parameters and implicit access controls.
The id of the record to retrieve.
"abc123"
Successful response
Show child attributes