Skip to main content

List Webhooks

GET 

/org/:orgId/webhooks

This API lists webhooks. With no parameters, it gets the org specific webhooks. Caller can append projectId or notificationType to search more specifically.

Request

Path Parameters

    orgId stringrequired

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

Query Parameters

    projectId string

    The Project Id to fetch webhooks for

    notificationType string

    The Notification Type

Responses

Success.

Schema

    any

Loading...