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

    expiresint64
    refresh-tokenstring
    tokenstring

Responses

An access token which can be used for accessing wayfinder

Schema

    expiresint64
    refresh-tokenstring
    tokenstring