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 /login endpoint 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 401 response so you can handle failed authentication attempts.

For details, see the Authentication API reference.