cURL
curl --request GET \ --url https://api.soharhealth.com/v1/patients/{patientId} \ --header 'Authorization: Bearer <token>'
{ "patientId": "f47ac10b-58cc-4372-a567-0e02b2c3d479", "firstName": "John", "lastName": "Doe", "dateOfBirth": "09/20/2023", "state": "CA", "address": "1 BROADWAY, LOS ANGELES, CA 90210", "created": "2024-01-01T12:00:00.000Z", "updated": "2024-01-01T12:00:00.000Z" }
This API is still available but no longer supported and is planned for deprecation in a future release.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
A patient
The response is of type object.
object