# auth_refresh_create Takes a refresh type JSON web token and returns an access type JSON web token if the refresh token is valid. Endpoint: POST /auth/refresh/ Version: 1.0.0 ## Request fields (application/json): - `refresh` (string, required) ## Response 200 fields (application/json): - `access` (string, required) - `refresh` (string, required)