Lists feed names for a company
curl --request POST \ --url https://api.sandbox.asapp.com/fileexporter/v1/static/listfeeds \ --header 'asapp-api-id: <api-key>' \ --header 'asapp-api-secret: <api-key>'
{ "feeds": [ "feed_1", "feed_2", "feed_3" ] }
Successfully requested feed names
Get feed names for a company
Was this page helpful?