v1
latestOpenAPI 3.1.02026-07-243035381.4 MBNotifications
List all executed webhooks
<p style="display: none">/v4/subscription/webhook</p> <p>List all webhooks.</p>This endpoint is compatible with our deprecated v3 Notifications product. To use it with v3, simply replace 'v4' with 'v3' in the request URL.
get/v4/subscription/webhook
Query parameters
pageSizenumber required
Example:10
Max number of items per page is 50.
offsetnumber
Offset to obtain the next page of data.
direction'asc' | 'desc'
Example:asc
Direction of sorting
failedboolean
Flag indicating whether the webhook was successful or not
subscriptionIdstring
Example:507f1f77bcf86cd799439011
Filter by alert ID.
fromnumber
Example:1700000000
Return webhooks created at or after this Unix timestamp in seconds.
tonumber
Example:1700001000
Return webhooks created at or before this Unix timestamp in seconds.
Response
OK
Example response
[
{
"type": "ADDRESS_EVENT",
"id": "7c21ed165e294db78b95f0f1",
"subscriptionId": "7c21ed165e294db78b95f0f1",
"url": "https://dashboard.tatum.io/webhook-handler",
"nextTime": 1653320900353,
"timestamp": 1653320900353,
"retryCount": 3,
"response": {
"code": 500,
"data": "Internal server error"
}
}
]