Update a webhook for the current application
PUT https://api-authenticator.iwelcome.com/v1/webhooks/:id Headers: Authorization: Bearer {your application API Key} Content-Type: application/json
id
(string, required) - The id of the webhook to be updated.
url
(url) - Optional.
secret
(string) - Optional.
retry
(integer) - Optional. Number of times to retry. Default is 0.
is_active
(boolean) - Optional. Default is true
.
{ "type": "api.application.webhook.update", "result": { "id": "123456", "event": "logout", "url": "http://www.example.com/", "is_active": true, "organization_id": "123", "application_id": "12", "created_at": "2016-11-23T09:09:48.000Z" } }
Have a question? You can always send us an email at support@unloq.io, or contact us on chat.
For security related concerns, please visit our Security page.