List project webhooks (secrets redacted)
Authorizations
Section titled “Authorizations”Parameters
Section titled “Parameters”Path Parameters
Section titled “Path Parameters”projectId
required
string
Tenant project id (row-level isolation on every query).
Responses
Section titled “Responses”Webhooks (secret shown as ‘***’).
Media typeapplication/json
object
webhooks
Array<object>
Project outbound webhook (secret redacted as ‘***’).
object
id
string
projectId
string
name
string
url
string
secret
Always ‘***’ on read endpoints.
string
eventTypes
Array<string>
active
boolean
createdAt
string format: date-time
updatedAt
string format: date-time
Not authenticated (no valid session/principal).
Media typeapplication/json
object
error
required
Human-readable error message.
string
message
string
Examplegenerated
{ "error": "example", "message": "example"}Authenticated but lacks the required project role.
Media typeapplication/json
object
error
required
Human-readable error message.
string
message
string
Examplegenerated
{ "error": "example", "message": "example"}