Refresh the webhook token
PUT {{base_url}}/central/v1/webhooks/:wid/token
Refresh webhook token for a webhook setting Possible error_codes for the error responses are 1. 0001 - General Error. 2. 0006 - Invalid value for a webhook id
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"name":"\u003cstring\u003e","secure_token":"\u003cstring\u003e"}