Authenticate and start a session (deprecated)
When you do not have an API key you can request a session token using handshake which can then be used as your authentication token.
Query parameters
Passphrase (timestamp + password hash) or API key. This is a credential, not an existing session token, so it is not the same value as the auth security scheme. Omit it when authenticating with a Bearer token or the auth header. Prefer sending it in the request body rather than the query string.
Username (required for login/password authentication).
UNIX time used in seed of password hash (required for login/password authentication).
API version the client understands. REST callers should omit it -- the version in the URL path wins; if both are sent and disagree, the path version is used and this parameter is ignored.
Request body
Response
Session info or error