Skip to main content

Retrieve a refresh token using the specified local credentials

POST 

/api/v2/login

Retrieve a refresh token using the specified local credentials

Request

Query Parameters

    cookie string

    Use cookies instead of returning the tokens

Body

required

    passwordstring
    usernamestring

Responses

An access token and a refresh token to access wayfinder

Schema

    expiresint64
    refresh-tokenstring
    tokenstring