Export scenario - 3rd party application queries the endpoint for available files
Less than to read
3rd party application queries the endpoint for available files
-
API call examples:
-
By curl command:
curl -H "Authorization: Bearer XXXXXXX" https://api.customerregion-sagex3.com/v1/datadelivery/SEED?page=3
{ "isTruncated": true, "maxItems": "50", "itemsCount": 50, "items": [ .... , { "key": "export_bpc00033.txt", "downloadUrl": "SEED?filename=export_bpc00033.txt", "lastModified": "2019-04-04T16:01:22.000Z", "checksum": "\"5857465d5e72bde430c7007855c64d7c\"", "size": 43146, "deleteUrl": "SEED?filename=export_bpc00033.txt" } ], "$previous": "SEED?page=2" }
-
By Postman
-