Skip to content

List this tenant's webhook destinations

GET
/operator/webhooks/destinations
curl --request GET \
--url http://localhost:3000/operator/webhooks/destinations \
--header 'Authorization: Bearer <token>'

Pass-through of GET /v1/webhooks for the operator console. The shape is Outpost’s (we do not transform it) — see that route for the destination record.

Only owner and member may read; platform staff have no tenant and get 403.

The tenant’s destinations (Outpost’s shape, unmodified).

Media typeapplication/json
Array<object>
object
key
additional properties
any
Examplegenerated
[
{}
]

Invalid, expired, revoked, or absent token.

Media typeapplication/json
object
error
required
object
code
required
string
Allowed values: VALIDATION_FAILED UNAUTHENTICATED FORBIDDEN NOT_FOUND CONFLICT RATE_LIMITED INTERNAL
message
required
string
requestId
required
string
fields

Present only for VALIDATION_FAILED.

Array<object>
object
path
string
message
string
Example
{
"error": {
"code": "VALIDATION_FAILED"
}
}

Caller is platform staff, who have no tenant to inspect.

Media typeapplication/json
object
error
required
object
code
required
string
Allowed values: VALIDATION_FAILED UNAUTHENTICATED FORBIDDEN NOT_FOUND CONFLICT RATE_LIMITED INTERNAL
message
required
string
requestId
required
string
fields

Present only for VALIDATION_FAILED.

Array<object>
object
path
string
message
string
Example
{
"error": {
"code": "VALIDATION_FAILED"
}
}