Webhook Logs
Get Webhook Logs
Retrieves outgoing webhook and dynamic-delivery request logs for debugging.
Authorization
AuthorizationRequiredBearer <token>You can retrieve your API key by visiting your dashboard and clicking Account > API.
In: header
Request Body
application/jsonOptionalpageintegerperPageintegerMust be at least 1. Must not be greater than 100.
orderColumnstringValue in:
"id" | "created_at" | "response_status" | "duration_ms"orderDirectionstringValue in:
"asc" | "desc"sourcestringValue in:
"notification" | "dynamic_delivery"eventstringinvoice_idstringinvoice_item_idintegersuccessbooleanresponse_statusintegererror_typestringurlstringresponse_bodystringcreated_at_startstringMust be a valid date.
created_at_endstringMust be a valid date. Must be a date after created_at_start.
Path Parameters
shopIdRequiredintegerThe shop ID.