v1
Get Patient
Once a patient has been created in the Truepill ecosystem, you can access the patient information at any time using the patient_token that was provided on the Create Patient response.<br/><br/>If the patient_token does not map to a patient record, a 404 Not Found will be returned.<br/><br/>Querying for patient information that does not belong to you will return an error response.<br/><br/>Patient SSN and id_image information is not viewable through this endpoint
get/v1/patient/{patient_token}
Path parameters
patient_tokenstring required
Response
OK
Changes
No recorded changes to this endpoint across all 1 revision of this API.