POST
/
fileexporter
/
v1
/
static
/
listfeeds
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"
  ]
}

Authorizations

asapp-api-id
string
header
required
asapp-api-secret
string
header
required

Response

200
application/json
Successfully requested feed names

Get feed names for a company

feeds
string[]