List outbound webhook endpoints
curl --request GET \
--url http://localhost:3001/v1/outbound-webhook-endpoints{
"items": [
{
"id": "<string>",
"organizationId": "<string>",
"name": "<string>",
"url": "<string>",
"subscribedEvents": [
"<string>"
],
"hasSigningSecret": true,
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
}
],
"total": 123
}๐ก Outbound Webhooks
List outbound webhook endpoints
GET
/
v1
/
outbound-webhook-endpoints
List outbound webhook endpoints
curl --request GET \
--url http://localhost:3001/v1/outbound-webhook-endpoints{
"items": [
{
"id": "<string>",
"organizationId": "<string>",
"name": "<string>",
"url": "<string>",
"subscribedEvents": [
"<string>"
],
"hasSigningSecret": true,
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
}
],
"total": 123
}โI
