curl --request GET \
--url https://{subdomain}.nudj.cx/api/v2/admin/webhooks/logs \
--header 'x-api-token: <api-key>'{
"totalCount": 123,
"edges": [
{
"id": "<string>",
"queueEntryId": "<string>",
"organisationId": "<string>",
"eventCategory": "achievement",
"eventSubCategory": "achievement-completion",
"webhookUrl": "<string>",
"httpMethod": "GET",
"requestPayload": {},
"statusCode": 123,
"success": true,
"attempts": 123,
"createdAt": "<string>",
"updatedAt": "<string>",
"responseData": "<unknown>",
"errorMessage": "<string>"
}
]
}Retrieve a paginated list of webhook execution logs with optional filters.
curl --request GET \
--url https://{subdomain}.nudj.cx/api/v2/admin/webhooks/logs \
--header 'x-api-token: <api-key>'{
"totalCount": 123,
"edges": [
{
"id": "<string>",
"queueEntryId": "<string>",
"organisationId": "<string>",
"eventCategory": "achievement",
"eventSubCategory": "achievement-completion",
"webhookUrl": "<string>",
"httpMethod": "GET",
"requestPayload": {},
"statusCode": 123,
"success": true,
"attempts": 123,
"createdAt": "<string>",
"updatedAt": "<string>",
"responseData": "<unknown>",
"errorMessage": "<string>"
}
]
}1 <= x <= 100x >= 0success, failure Was this page helpful?