Refreshes a user’s login session using a valid JSON Web Token (JWT).
Over time, a JWT may expire, which means that the user will need to log in again to obtain a new JWT. However, the “/refresh” method provides a way for the user to refresh their existing login session without having to log in again.Documentation Index
Fetch the complete documentation index at: https://trustos.telefonicatech.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.