Skip to main content
POST
Verify a patient OTP

Body

application/json
challenge_id
string
required
phone
string
required
Example:

"0712345678"

code
string
required
Pattern: ^\d{6}$
Example:

"123456"

device_name
string
required
Maximum string length: 100
Example:

"Derrick Android"

patient_number
string | null

Required with date_of_birth when the phone is shared.

date_of_birth
string<date> | null

Response

Patient device token issued.

token_type
any
access_token
string
expires_at
string<date-time>
patient
object