Appearance
Get project webhook
GET
/v1/projects/{projectId}/hooks/{hookId}
Retrieves configuration details for a specific webhook on the project, including the target URL and activation state.
Authorizations
BearerAuth
API token provided in the Authorization header as a Bearer token.
Type
HTTP (bearer)
Responses
Successful retrieval of the webhook details.
application/json
JSON "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"
{
}