cURL
curl --request GET \ --url https://om-staging.mylifeforce.com/api/m2m/patient/{patientId}/pii \ --header 'Authorization: Bearer <token>'
{ "id": "2222222", "first_name": "John", "last_name": "Doe", "dob": "1983-06-04", "gender": "Male", "email": "john.doe@gmail.com", "phone_number": "5555555555", "next_appt_date": null, "user_group": { "id": "29657", "name": "California" } }
Returns patient PII
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The id of the patient in question
"29ea9012-c622-4851-a57a-9327abd21198"
Successful response
The response is of type object.
object