Search Webhook Logs
Developing
GET
/webhooks/{webhookId}/logs/search
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.aladia.io/v2/webhooks//logs/search?from&to&status&limit=50&next=&prev=' \
--header 'apikey: '
Response Response Example
{
"cursor": {
"prev": "string",
"next": "string"
},
"data": [
{
"id": "670775694daebf393b266ea1",
"webhookId": "670775694daebf393b266ea1",
"responseCode": 0,
"entityId": "670775694daebf393b266ea1",
"ipAddress": "string",
"source": {
"id": "string",
"type": "string",
"email": "string"
},
"origin": "string",
"createdAt": "2019-08-24",
"updatedAt": "2019-08-24",
"eventName": "string"
}
]
}
Request
Path Params
webhookId
stringÂ
required
Query Params
from
stringÂ
optional
to
stringÂ
optional
status
stringÂ
optional
limit
integerÂ
optional
Default:
50
next
stringÂ
optional
prev
stringÂ
optional
Header Params
apikey
stringÂ
optional
Example:
{{apikey}}
Responses
Modified at 2025-04-09 10:13:59