Skip to main content

Get authentication token

POST 

/authentications/tokens

Get authentication token

Request

Path Parameters

    organizationId string

Body

required
    account stringrequired

    The account of user.

    password stringrequired

    The password of user.

Responses

Schema
    data objectrequired

    Data of the token.

    token stringrequired
    accessToken stringrequired
    tokenType stringrequired
    refreshToken stringrequired
    idToken stringrequired
    expiresIn stringrequired
Loading...