Skip to main content

Create a webhook

POST 

/webhook

Create a webhook associated with a project to receive notifications.

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

    projectId string
    webhookUrl string
    eventType string

Responses

Webhook successfully created.

Details

Schema

    projectId string
    webhookUrl string
    eventType string
Loading...

Was this page helpful?