Integrate Halkyone endpoints directly into custom applications, scheduling orchestrators, and analytics pipelines.
Generates a single-use secure login token and dispatches it via SMS/email channel to the clinician or practitioner device.
Primary practitioner email registered under the tenant.
Unique hardware ID of the mobile device to verify secure trust binding.
curl -X POST https://api.halkyone.health/api/auth/magic-link \
-H "Content-Type: application/json" \
-d '{"email": "practitioner@halkyone.health", "deviceId": "hw-2983x"}'{
"success": true,
"message": "Magic link dispatched successfully",
"expiresIn": 900
}