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

    password string
    username string

Responses

An access token and a refresh token to access wayfinder

Schema

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