Skip to main content

Update a webhook

PUT 

/webhook

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

Request

Details

Query Parameters

    apiKey stringrequired

    The public API key for authentication.

Details

Header Parameters

    API-SECRET stringrequired

    The secret API key for authentication.

Details

Body

required

    webhookId string
    webhookUrl string
    eventType string

Responses

Webhook successfully updated.

Details

Schema

    webhookId string
    webhookUrl string
    eventType string
Loading...

Was this page helpful?