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