Skip to main content

Create Authorization Token

POST 

/auth/token

Create Authorization Token

Request

Body

required

The Authorization Token Request

    clientId stringrequired

    Client ID

    clientSecret stringrequired

    Client Secret

    grantType stringrequired

    Possible values: [client_credentials, password]

    Default value: client_credentials

    Token Grant Type

    scope stringrequired

    Token Scope

    username string
    password string

Responses

The Authorization Token

Schema

    accessToken stringrequired

    Access Token

    refreshToken stringnullable

    Refresh Token

    expiresIn numberrequired

    Expiration Time

    tokenType stringrequired

    Token Type

    scope stringrequired

    Token Scope

    idToken stringnullable

    Id token

    refreshExpiresIn numbernullable

    refresh token expiration

Loading...