Search Link: https://www.apis.guru.com
Overview
- GET /v2/feeds
- POST /v2/feeds
- GET /v2/feeds/{feedId}
- GET /v3/feeds
- POST /v3/feeds
- GET /v3/feeds/{feedId}
GET /v2/feeds
Summary: Get status of an item feed
You can display the status of an item within a feed. Use the feed ID returned from the upload an item API.
OpenAPI snippet URL
POST /v2/feeds
Summary: Upload an item feed
You can upload an item feed. If the feed successfully processed, it returns a feed ID. Use the returned feed ID to retrieve a feed status. You need your Consumer ID and the Private Key to upload an item.
OpenAPI snippet URL
GET /v2/feeds/{feedId}
Summary: Get status of an item within a feed
You can display the status of all items within a feed. Use the feed ID returned from the upload an item API.
OpenAPI snippet URL
GET /v3/feeds
Summary: Get status of an item feed
You can display the status of an item within a feed. Use the feed ID returned from the upload an item API.
OpenAPI snippet URL
POST /v3/feeds
Summary: Upload an item feed
You can upload an item feed. If the feed successfully processed, it returns a feed ID. Use the returned feed ID to retrieve a feed status. You need your Consumer ID and the Private Key to upload an item.
OpenAPI snippet URL
GET /v3/feeds/{feedId}
Summary: Get status of an item within a feed
You can display the status of all items within a feed. Use the feed ID returned from the upload an item API.
OpenAPI snippet URL