Skip to main content

Overview

Use this endpoint to obtain a new JWT before the current one expires. If refresh fails or the token is expired, log in again.

HTTP request

POST /Agent/Account/Refresh

Authentication

Requires a valid JWT bearer token.

Request body

Response

Error handling

If the current JWT is invalid or expired, you must log in again.

Next steps