Skip to main content

api_token_refresh_create

POST /api/token/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...