User authentication

Prev Next
Post
/v1/sys/auth

User authentication.

Body parameters

Request to authenticate.

Expand All
object
oauth_auth_code
object (OauthCodeData) Required
idp_id
string (binary) Required
code
string Required
email
string
Responses
200
Expand All
object
access_token
string

Bearer token to be used to authenticate to other APIs.

session_info
object (SessionInfo)
subject_id
string (uuid)
session_expires_at
integer (int64)

Timestamp of when session will expire.

session_token_expires_at
integer (int64)

Timestamp of when session token will expire.

selected_account_id
string (uuid)

The selected account ID, if one is selected.