Skip to main content
POST
Login

Overview

Authenticates a user and returns a JWT. This method is intended for programmatic clients and is an alternative to browser-based login flows.

Authentication

Sign the request using HMAC-SHA256 with the account password as the key. Signature message:

Body

application/json
userName
string
required
nonce
string
required
signature
string
required
seconds
integer
required

Response

200 - application/json

Success

jwt
string
required
expires
string
required