Webhooks

Get all webhooks

Retrieve a list of all webhooks configured for the current project. Each webhook includes its URL, enabled status, and subscribed events.

GET
/api/webhooks

Authorization

Authorization
header
string
required

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

Responses

application/json
data
object[]
required

Data contains the webhook items

status
"success"
string
required

Status indicates the response status "success"

Webhooks retrieved successfully