Skip to main content

Generate Token

POST 

/v1/auth/token

Generate Token

Request

Body

    client_id Client Id (string)

    The client ID

    grant_type Grant Type (string)

    The grant type

    code Code (string)

    The code

    redirect_uri Redirect Uri (string)

    The redirect URI

    audience Audience (string)

    The audience

Responses

Successful Response

Schema

    access_token Access Token (string)required

    The Access Token JWT

    token_type Token Type (string)

    Default value: Bearer

    The type of token

    expires_in Expires In (integer)required

    The number of seconds the token is valid for

    id_token Id Token (string)

    The User Token JWT

Loading...