Clearer two-step flow for generating an API token
The Authentication API reference now documents the full two-step process for obtaining an API token, making it easier to authenticate your requests.
- Step-by-step flow — the
/loginendpoint now shows how to first request a 2FA token, then exchange it for an API token. - Request and response examples — separate examples for each step clarify the parameters and payloads involved.
- Error responses — added a
401response so you can handle failed authentication attempts.
For details, see the Authentication API reference.