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
Language
English
Applies to
Genetec Mission Control™ Web API
put /v4/WebToken

This is to avoid being disconnected from the notification feed when the current token becomes expired.

This endpoint will update the JSON Web Token (JWT) used by a client's notification session.

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

No Content

The token you submitted was either invalid or expired.

The Directory endpoints were all unable to process the request.