Authentication
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.
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