Webhooks

Update webhook

Update webhook configuration

put/api/v2/webhooks/url/{uuid}

Path parameters

uuidstring uuid required

Webhook unique identifier (UUID)

Request body

eventsstring[] required
urlstring URL required

URL to post the webhooks

Response

Success

uuidstring uuid

Webhook unique identifier

eventsstring[] required
urlstring URL required

URL to post the webhooks

Changes