API / Developers
Developer Center

Deal API


REST Request
http://api.kidseatfor.com/api/v1/[api_key]/deal/[deal_id]/[device_id]


Parameters

[api_key] The API Key provided. This should always be the same value.
[deal_id] The unique ID of the deal to retrieve.
[device_id] A unique ID (cookie value perhaps) of the device which is requesting the deal. This will ensure the deal is returned with voting information included.


Samples
Retrieve deal 2198 for device 1234567890
http://api.kidseatfor.com/api/v1/mykey/deal/2198/1234567890