Skip to main content
Version: v4 (Stable)

Authentication Data Types

Login

The response object returned after a successful login.

PropertyTypeDescription
access_tokenstringToken to be provided for requesting protected resources. Include in the Authorization: Bearer {access_token} header.
token_typestringToken type. Only bearer is supported at this time.
expires_inintSeconds until the token expires.
idstringSession identifier.
namestringLogged-in user name.