Skip to main content
POST
cURL

Body

application/json

Provide username, password, and grant_type (password).

username
string
required

Your system username

password
string
required

Your system password

grant_type
string
required

It is used by confidential and public clients to exchange an authorization code for an access token. It would be 'password'.

Example:

"password"

Response

Successful response

access_token
string

The access token to authenticate requests.

expires_in
integer

Time in seconds until the access token expires.

refresh_token
string

The refresh token used to obtain a new access token.

refresh_expires_in
integer

Time in seconds until the refresh token expires.

fuse_client_id_seq
string | null

Client ID sequence, can be null.