Skip to main content

Test a webhook

POST 

/v1/organizations/:organizationId/projects/:projectId/webhooks/:webhookId/test

Test a webhook

Request

Path Parameters

    organizationId stringrequired
    projectId stringrequired
    webhookId stringrequired

Body

required
    event stringrequired

    The event type to test the webhook with.

Responses

Webhook test successful

Schema
    success booleanrequired

    Indicates if the operation was successful.

    message stringrequired

    A message detailing the outcome of the operation.

Loading...