Skip to main content

This endpoint is used to renew a JWT that is about to expire.

GET 

https://localhost:8900/authorization/renew

Get the user information.

Responses​

The user information.

Response Headers

  • Authorization

    string

    The authorization header with the renewed JWT.

Schema

    any

curl -L 'https://localhost:8900/authorization/renew' \
-H 'Accept: application/json'
Request Collapse all
Base URL
https://localhost:8900