cURL
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 } }
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