# Get matched patient Find the matched patient for a verified identity proof. Returns the patient ID if a unique match is found. Returns 404 if no match found, or 422 if multiple matches found (duplicate email/phone in account). All required communication methods must be verified before calling this endpoint. Endpoint: GET /partner/v2/account/{accountId}/identity-proof/{id}/patient Version: 2.0 Security: PartnerOAuth ## Path parameters: - `accountId` (integer, required) - `id` (integer, required) ## Response 200 fields (application/json): - `patientId` (integer) The matched patient ID Example: 12345 ## Response 404 fields ## Response 422 fields