Authentication
Register a new account
Creates a new user account and returns an API key. In hosted mode, a verification code (from /register/send-code) is required. In selfhosted mode, registration is only allowed if no users exist yet. Rate limited to 3 registrations per IP per hour.
post/register
Request body
Example request
{
"timezone": "America/New_York"
}Response
Account created successfully