cURL
curl --request GET \ --url https://api.openformat.tech/v1/webhook/{id}/logs \ --header 'X-API-KEY: <api-key>'
{ "status": "success", "total": 1234, "page": 2, "page_size": 20, "data": [ { "webhook_id": 123, "event": "transaction", "idempotency_key": "a8eb78c3-2b45-4e9e-bf60-9296067fd593", "url": "https://api.example.com/webhook", "payload": "<any>", "successful": true, "response_code": 200, "error_message": "ConnectionError", "created_at": "2024-01-23 01:23:45.55338+00" } ] }
Show all logs for a webhook
Webhook id
"123"
Results page
"1"
Page size
"20"
Webhook logs
Successful reponse status
success
"success"
Total amount of logs
1234
Current page
2
20
Webhook call logs
Show child attributes