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
Responses