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.
- application/json
- application/x-www-form-urlencoded
- multipart/form-data
Request Body required
- refresh string required
Request Body required
- refresh string required
Request Body required
- refresh string required
Responses
- 200
- application/json
- Schema
- Example (from schema)
Schema
- access string required
{
"access": "string"
}
Loading...