Lists feed versions for a company
curl --request POST \ --url https://api.sandbox.asapp.com/fileexporter/v1/static/listfeedversions \ --header 'Content-Type: application/json' \ --header 'asapp-api-id: <api-key>' \ --header 'asapp-api-secret: <api-key>' \ --data '{ "feed": "feed_test" }'
{ "feed": "feed_test", "versions": [ "1", "2", "3" ] }
Get versions for a company feed
"feed_test"
["1", "2", "3"]
Was this page helpful?