Returns feed details for the feeds that match the filters
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
feedTypes
Feed type filter
feedStatuses
Allowed values:
createdSince
createdUntil
pageSize
nextToken
Response
Success
feeds
List of feeds matching the request filters
nextToken
Token to retrieve the next page of results; absent when no more pages exist
Errors
400
Bad Request Error
403
Forbidden Error
429
Too Many Requests Error
500
Internal Server Error