v1
latestOpenAPI 3.0.0MIT2026-07-22275773.2 KBLegacy-Patients
Create Patient
This API is still available but no longer supported and is planned for deprecation in a future release; users should transition to the Create Verifications API.
post/v1/patients
Request body
Example request
{
"firstName": "John",
"lastName": "Doe",
"dateOfBirth": "09/20/2023",
"state": "CA"
}Response
A patient ID
Example response
{
"patientId": "f47ac10b-58cc-4372-a567-0e02b2c3d479"
}