cURL
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" ] }
Lists feed names for a company
Documentation IndexFetch the complete documentation index at: https://docs.asapp.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.asapp.com/llms.txt
Use this file to discover all available pages before exploring further.
Successfully requested feed names
Get feed names for a company
["feed_1", "feed_2", "feed_3"]
Was this page helpful?