Skip to main content

Get a webhook by ID

GET 

/webhook/:webhookId

Retrieve details of a specific webhook by its ID.

Request

Details

Path Parameters

    webhookId stringrequired

    The unique identifier of the webhook.

Details

Query Parameters

    apiKey stringrequired

    The public API key for authentication.

Details

Header Parameters

    API-SECRET stringrequired

    The secret API key for authentication.

Responses

Details of the specified webhook.

Details

Schema

    projectId string
    webhookUrl string
    eventType string
Loading...

Was this page helpful?