Login
Auth API (Programmatic)
Login
Re-authenticate an existing account when your access_token expires.
POST
Login
You don’t need this for verification calls — those use the long-lived
api_key. You need it to manage your account later (rotate keys, create new applications).
Request
Response · 200
Lockout
Progressive lockout protects against brute force:| Consecutive failures | Lockout |
|---|---|
| 5 | 15 minutes |
| 10 | 1 hour |
| 20 | 24 hours |