cURL
curl --request GET \ --url https://api.sftpsync.io/webhooks/deliveries \ --header 'x-api-key: <api-key>'
{ "data": [ { "id": "wd_1", "success": true, "statusCode": 200 } ], "pagination": { "page": 1, "limit": 50, "total": 1, "totalPages": 1 } }
Paginated deliveries
Show child attributes