cURL
curl --request POST \ --url https://api.sandbox.asapp.com/fileexporter/v1/static/listfeeddates \ --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" }'
{ "feed": "feed_test", "version": "1", "format": "format=jsonl", "dates": [ "2022-06-27", "2022-05-20", "2022-05-21" ] }
Lists dates for a company feed/version/format
Get dates for a company feed/version/format
Successfully requested feed dates
Get Dates for a company feed/version/format
Was this page helpful?