🚧 This project is currently in active development. A sandbox environment will be made available soon for testing and exploration. Stay tuned!
curl --location '/developer-service/webhooks/logs' \
--header 'api_key: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"webhook_id": "string",
"limit": 25,
"cursor": "string",
"filter_event": "string",
"filter_status": "string"
}'{
"data": [
{
"log_id": "string",
"webhook_id": "string",
"event": "string",
"created_at": "string",
"status_code": 0,
"webhook_url": "string",
"merchant_id": 0,
"response_body": "string",
"response_time_ms": 0
}
],
"next_cursor": "string"
}