Skip to main content
POST
Obtain Access Token

Body

application/x-www-form-urlencoded
username
string
required
password
string
required
client_id
enum<string>
required
Available options:
ismstoken
grant_type
enum<string>
required
Available options:
password

Response

JWT Token Response Body

access_token
string
required

JWT access token to pass in the Authorization header.

expires_in
integer
required

Number of seconds before the access token expires.

refresh_token
string
required

Token used to obtain a new access token.

token_type
enum<string>
required
Available options:
Bearer
refresh_expires_in
integer

Number of seconds before the refresh token expires.

scope
string

Space-delimited scopes associated with the token.

Last modified on July 14, 2026