TokenResponseedit

The response value after a login without redirect configured, or after elevated permissions are enabled or disabled.

Propertiesedit

session_expiration_time (string as date-time, required)
The time that the session token will expire
token (string, required)
The authorization bearer token that you use in subsequent requests

Exampleedit

{
   "session_expiration_time" : "2019-01-01T00:00:00Z",
   "token" : "string"
}