Skip to main content

auth_login_refresh_create

POST /auth/login/refresh/

Takes a refresh type JSON web token and returns an access type JSON web token if the refresh token is valid.

Request Body required
  • refresh string required
Responses

Schema
  • access string required
Loading...