Skip to content

List project webhooks

GET
/v1/projects/{projectId}/hooks

Returns all webhook subscriptions configured for the project, allowing clients to inspect existing destinations and statuses.

Authorizations

BearerAuth

API token provided in the Authorization header as a Bearer token.

Type
HTTP (bearer)

Responses

Successful retrieval of webhooks for the project.

application/json
JSON
{
  
"hooks": [
  
  
{
  
  
  
"id": "019a77e7-5105-774f-ac0b-1b9b18f8366a",
  
  
  
"event": "feedback.created",
  
  
  
"target_url": "https://example.com/webhook",
  
  
  
"active": true,
  
  
  
"created_at": "2025-11-12T11:50:39.000Z"
  
  
}
  
]
}

Playground

Authorization

Samples

Powered by VitePress OpenAPI