Search Link: https://www.apis.guru.com

Overview

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.


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.


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.


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.


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.


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.