Skip to main content

Retrieve a new access token for the user identified by the specified refresh token

POST 

/api/v2/login/token

Retrieve a new access token for the user identified by the specified refresh token

Request

Query Parameters

    cookie string

    Use cookies instead of returning the tokens

Body

required

    expires int64
    refresh-token string
    token string

Responses

An access token which can be used for accessing wayfinder

Schema

    expires int64
    refresh-token string
    token string
Loading...