Skip to main content

Create New Webhook

POST 

/org/:orgId/webhooks

This API creates a webhook. The body of the request is a JSON serialized form for the webhook.

Request

Path Parameters

    orgId stringrequired

    The Organization ID (UUID) for which you are querying.

Body

required

    org_id string
    notification_type string
    url string
    project_id string

Responses

Success.

Schema

    any

Loading...