cURL
curl --request POST \ --url http://localhost:3000/connect/v1/auth/token/refresh/ \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data '{ "refresh": "<string>", "entity": "<string>" }'
{ "refresh": "<string>", "access": "<string>", "entity": "<string>" }
The Token Refresh endpoint allows users to refresh JSON Web Tokens (JWT) seamlessly. By providing a valid refresh token, users can obtain new JWT tokens, ensuring uninterrupted access to protected resources.
The response is of type object.
object