# Get patient data Retrieve patient information by patient ID. The account must match the OAuth token context. Endpoint: GET /partner/v2/account/{accountId}/patients/{patientId} Version: 2.0 Security: PartnerOAuth ## Path parameters: - `patientId` (integer, required) Patient ID Example: 12345 - `accountId` (integer, required) Account identifier ## Response 200 fields (application/json): - `dateOfBirth` (string) Patient's date of birth in ISO 8601 format (YYYY-MM-DD) Example: "1990-01-15" - `email` (string) Patient's email address Example: "john.doe@example.com" - `firstName` (string) Patient's first name Example: "John" - `id` (integer) Unique patient identifier Example: 12345 - `lastName` (string) Patient's last name Example: "Doe" - `mobilePhone` (string) Patient's mobile phone number (digits only, no formatting) Example: "14155551234" ## Response 401 fields ## Response 403 fields ## Response 404 fields