Get a list of all Feeds
GET/v1/feeds
Returns a list of all Feeds your API Key has acccess to.
Use limit
to set the number of Feeds to return in the response.
Use cursor
for paging results.
Request
Responses
- 200
- 400
- 401
- 403
- 429
- 500
List of Feeds
Bad request
Unauthorized - API Key missing or invalid
Forbidden - API Key does not have permission to perform this action
Too many requests
Internal server error