Skip to main content

Get a webhook by ID

GET 

/webhook/:webhookId

Retrieve details of a specific webhook by its ID.

Request

Path Parameters

    webhookId stringrequired

    The unique identifier of the webhook.

Query Parameters

    apiKey stringrequired

    The public API key for authentication.

Header Parameters

    API-SECRET stringrequired

    The secret API key for authentication.

Responses

Details of the specified webhook.

Schema
    projectId string
    webhookUrl string
    eventType string
Loading...

Was this page helpful?