v13

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

Login to an existing account

Authenticates with email and password, returning a new API key. If an active API key already exists, returns a 409 error - disable and re-enable API access in account settings to generate a new key. Store the key securely. Accounts with two-factor authentication enabled must generate an API key from the web UI instead. Rate limited to 5 attempts per IP per 15 minutes.

post/login

Request body

emailstring email required

Account email address

passwordstring required

Account password

Response

Login successful