Skip to main content
Version: latest

Refreshes authentication token

GET 

/v1/auth/refresh/:token

Returns a new token within refresh timeout and same session id is maintained

Request

Path Parameters

    token stringrequired

    Non expired Authorization token

Query Parameters

    setCookie boolean

    Default value: true

    Describes a way to set cookie from backend.

Responses

OK

Schema

    Authorizationstring

    Describes the authentication token in jwt format.

    isMfaboolean

    Indicates the authentication flow using MFA

Loading...