cURL
curl --request POST \ --url https://api.sandbox.asapp.com/fileexporter/v1/static/listfeedfiles \ --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" }'
{ "feed": "feed_test", "version": "1", "format": "jsonl", "date": "2022-06-27", "interval": "hr=23", "files": [ "file1.jsonl", "file2.json1" ] }
Lists files for a company feed/version/format/date/interval
Get files for a company feed/version/format/date/interval
Successfully requested feed files
Was this page helpful?