Update the JSON Web Token used by the client's notification session.

Genetec Mission Control™ Web API

Content type
OpenAPI specifications
Product line
Mission Control
ft:locale
en-US
Applies to
Genetec Mission Control™ Web API
put /v2/WebToken

This endpoint will update the JSON Web Token (JWT) used by a client's notification session.
This is to avoid being disconnected from the notification feed when the current token becomes expired.

Request headers
authorization
String
required
"Bearer jwt" (Replace _jwt_ with your JSON Web Token.)
Example: authorization_example
clientId
String
required
Example: clientId_example
CLIENT REQUEST
curl -X 'PUT'
-H 'authorization: authorization_example' -H 'clientId: clientId_example'
'http://localhost/v2/WebToken'
Responses

No Content

The token you submitted was either invalid or expired.

The Directory endpoints were all unable to process the request.