Skip to main content

Update a webhook

PUT 

/webhook

Update a webhook's details such as its URL or event type.

Request

Query Parameters

    apiKey stringrequired

    The public API key for authentication.

Header Parameters

    API-SECRET stringrequired

    The secret API key for authentication.

Body

required
    webhookId string
    webhookUrl string
    eventType string

Responses

Webhook successfully updated.

Schema
    webhookId string
    webhookUrl string
    eventType string
Loading...

Was this page helpful?