List outbound webhook events
curl --request GET \
--url http://localhost:3001/v1/outbound-webhook-events{
"items": [
{
"id": "<string>",
"organizationId": "<string>",
"eventType": "<string>",
"sourceKey": "<string>",
"endpointCount": 123,
"payload": {},
"deliveries": [
{
"id": "<string>",
"organizationId": "<string>",
"endpointId": "<string>",
"endpointName": "<string>",
"endpointUrl": "<string>",
"attemptCount": 123,
"responseStatusCode": 123,
"lastError": "<string>",
"nextRetryAt": "2023-11-07T05:31:56Z",
"attemptedAt": "2023-11-07T05:31:56Z",
"deliveredAt": "2023-11-07T05:31:56Z",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
}
],
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
}
],
"total": 123,
"limit": 123,
"offset": 123
}๐ก Outbound Webhooks
List outbound webhook events
GET
/
v1
/
outbound-webhook-events
List outbound webhook events
curl --request GET \
--url http://localhost:3001/v1/outbound-webhook-events{
"items": [
{
"id": "<string>",
"organizationId": "<string>",
"eventType": "<string>",
"sourceKey": "<string>",
"endpointCount": 123,
"payload": {},
"deliveries": [
{
"id": "<string>",
"organizationId": "<string>",
"endpointId": "<string>",
"endpointName": "<string>",
"endpointUrl": "<string>",
"attemptCount": 123,
"responseStatusCode": 123,
"lastError": "<string>",
"nextRetryAt": "2023-11-07T05:31:56Z",
"attemptedAt": "2023-11-07T05:31:56Z",
"deliveredAt": "2023-11-07T05:31:56Z",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
}
],
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
}
],
"total": 123,
"limit": 123,
"offset": 123
}Headers
Minimum string length:
1Minimum string length:
1Query Parameters
Required range:
1 <= x <= 100Required range:
0 <= x <= 9007199254740991Minimum string length:
1Available options:
pending, delivered, failed, skipped โI
