Verify OTP Code
auth_verify_otpVerify the 6-digit code sent to the patient's email. Returns a guest-scope bearer token for intake, consent, order, and checkout tools.
Requires the session_id from auth_start — no email needed.
After checkout and payment, call auth_check_payment to upgrade the token to full scope for portal access.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | 6-digit verification code from the email | |
| session_id | Yes | Session ID from auth_start |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |