Webhooks

Get a single webhook

Retrieve details of a specific webhook configuration by its ID. The webhook must belong to the current project.

GET
/api/webhooks/{webhookId}

Authorization

Authorization
header
string
required

Enter the project access token with the Bearer prefix, e.g. "Bearer project_access_token"

Path Parameters

webhookId
string
required

Webhook ID

Responses

application/json
data
object
required

Data contains the response object

status
"success"
string
required

Status indicates the response status "success"

Success response with webhook details