v13

latestOpenAPI 3.0.3raw.githubusercontent.com2026-08-012612103.2 KB
Authentication

Send verification code

Sends a 6-digit verification code to the provided email address. This is only required in hosted mode (eventschedule.com). Selfhosted instances do not require email verification. Rate limited to 5 codes per email per hour.

post/register/send-code

Request body

emailstring email required

Email address to send the verification code to

Response

Verification code sent successfully

Example response

{
  "data": {
    "message": "Verification code sent to user@example.com"
  }
}