Docs/API Explorer121 endpoints
Auth
Sessions
Experiments
Research
Artifacts
Workflows
GitHub
Webhooks
Notifications
Schedules
User
Billing
Admin
Public
Internal
POST/api/auth/send-code

Send a one-time login code to the given email address.

PublicAuth
Request Body
NameTypeRequiredDescription
emailstringYesUser email address.
Response Example
{
  "ok": true
}
cURL
curl -X POST 'https://run.meshia.io/api/auth/send-code' \
  -H 'Content-Type: application/json' \
  -d '{"email":"<email>"}'