Skip to main content

Create a webhook

POST 

/webhook

Create a webhook associated with a project to receive notifications.

Request

Query Parameters

    apiKey stringrequired

    The public API key for authentication.

Header Parameters

    API-SECRET stringrequired

    The secret API key for authentication.

Body

required
    projectId string
    webhookUrl string
    eventType string

Responses

Webhook successfully created.

Schema
    projectId string
    webhookUrl string
    eventType string
Loading...

Was this page helpful?