GET
/
patient
/
{patientId}
/
member-overview
cURL
curl --request GET \
  --url https://om-staging.mylifeforce.com/api/m2m/patient/{patientId}/member-overview \
  --header 'Authorization: Bearer <token>'
{
  "healthieUserId": "2222222",
  "healthTrack": null,
  "isMember": true,
  "latestClinician": "Renae Thomas, MD, MPH",
  "latestDiagnosticAt": "2022-04-18T09:46:00Z",
  "latestHealthCoach": "Vinnie Antonelli-Galizio",
  "membershipType": "classic",
  "memberSince": "2022-04-18T09:46:00Z"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

patientId
string
required

The id of the patient in question

Example:

"29ea9012-c622-4851-a57a-9327abd21198"

Response

200
application/json

Successful response

The response is of type object.