This endpoint is used to renew a JWT that is about to expire.
GEThttps://localhost:8900/authorization/renew
Get the user information.
Responses​
- 200
The user information.
Response Headers
- application/json
- Schema
- Example
Schema
any
{
"email": "test@test.de",
"exp": 1683665359,
"roles": "admin"
}
- curl
- python
- go
- nodejs
- ruby
- csharp
- php
- java
- powershell
- CURL
curl -L 'https://localhost:8900/authorization/renew' \
-H 'Accept: application/json'