Authentication

Login to an existing account

Authenticates with email and password, returning a new API key. Login generates a new API key each time, replacing any existing 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

Changes