Skip to main content

Overview

Allows the client to refresh its JWT token without having to provide credentials again. The current token must still be valid when calling this endpoint. A new token is returned with a renewed expiry.

HTTP request

POST /Agent/Account/Refresh

Authentication

Requires a valid JWT bearer token.

Request (JSON)

Input parameters

Response (JSON)

Response parameters

Notes

This endpoint uses the request schema notation described in Pattern matching.