Auth API

Refresh Token

Renew a JWT token without requiring new credentials

Args: credentials: Current Bearer token from Authorization header

Returns: New JWT token with new expiration

post/api/auth/refresh

Response

Successful Response

{"stackTrail":"paths:/api/auth/refresh:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}

Changes