Search Link: https://www.google.com/search?channel=fs&client=ubuntu-sn&q=postman+collection+530355-334a254b-aae7-4450-a352-b573b31403fe

Overview

GET /api/1.0/deals

Summary: List of Deals

Get a paged list of deals matching any number of criteria, all the following filtering parameters are optional.


GET /api/1.0/games

Summary: List of Games

Get a list of games that contain a given title or match a steamAppID. Response includes the cheapest current deal for each game.

📌 Note: At least one search criteria must be set to receive a response.


GET /api/1.0/stores

Summary: Stores Info

Returns a full list of store IDs, names, and a flag specifying if store is active.

Response also includes an collection of banner / logo / icon image URLs for each store.

📌 Note: These URLs are relative, and should be appended to the CheapShark domain, for example -

https://www.cheapshark.com{path-to-image}


GET /api/1.0/alerts

Summary: Edit Alert

Set or deletes a price alert.

When setting, returns true for valid email / gameID / price, otherwise false.

When deleting, returns true for valid email / gameID, otherwise false.