🚧 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/gateway-request-logs' \
--header 'api_key: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"date": "2019-08-24",
"order_id": "string",
"country": "string",
"limit": 20,
"cursor": "string",
"reseller_id": 0
}'{
"data": [
{
"id": 0,
"order_id": "string",
"merchant_id": 0,
"path_script": "string",
"request_data": {},
"created_at": "string"
}
],
"has_more": true
}