Authentication

Authenticate and start a session (deprecated)

Deprecated in this spec as per implementation guidance. You should provide either Bearer authentication, or auth token parameters.

post/handshake

Query parameters

authstring

Passphrase (timestamp + password hash) or API key. Required unless using BearerAuth.

userstring

Username (required for login/password authentication).

timestampinteger

UNIX time used in seed of password hash (required for login/password authentication).

versionstring

API version the client understands.

Response

Session info or error

object required

Changes