Refresh
Gets a new token. The request does not take any parameters, only the Authorization header. The response contains a new token.
Request
GET /refresh
Request Header Fields
- Authorization — Current authentication token. For more information about authentication, see Authenticating.
Response Body Fields
- token — New authentication token.
Example Request
Request:
GET https://localhost:8443/rest/refresh
Example response body JSON:
{
"token": "eyJhbGciOiJIUzUxMiJ9.eyJzdWIiOiJhZG1pbiIsImV4cCI6MTU1NjIxMTQ5NSwiaWF0IjoxNTU2MjA3ODk1fQ.VYhyM5-K-AAmFwC2OVep1Zz8qWhAF1C4PgmnQhk1hyGzSs-Wj6X2gVjz8x83R-zrXFJt1PxbOx19Bvo7RsyzFQ"
}
Was this page helpful?