cURL
curl --request POST \ --url https://api.sandbox.asapp.com/fileexporter/v1/static/getfeedfile \ --header 'Content-Type: application/json' \ --header 'asapp-api-id: <api-key>' \ --header 'asapp-api-secret: <api-key>' \ --data '{ "feed": "feed_test", "version": "1", "format": "jsonl", "date": "2022-06-27", "interval": "hr=23", "fileName": "file1.jsonl" }'
{ "feed": "feed_test", "version": "1", "format": "jsonl", "date": "2022-06-27", "interval": "hr=23", "fileName": "file1.json1", "url": "www.example.com/12381273972817312/file1.json1" }
Retrieves a feed file URL for a company feed/version/format/date/interval/file
Get file for a company feed/version/format/interval/file
Successfully requested feed file
Get a presigned url for a file
Was this page helpful?