Domino's India ordering - nearest stores, menus, deals, and coupons.
Deals And Coupons
ASYNCREADNo auth
Returns active deals, coupon codes, and offer details for a store.
ParametersFormJSON
Domino's store ID for the delivery zone - different locations use different store IDs
Offer aggregation view identifier controlling which homepage offer layout is returned
User latitude for geo-scoped offer ranking near the delivery location
User longitude for geo-scoped offer ranking near the delivery location
cost: 2 credits · balance: 0
curl https://api.openwire.sh/v1/wire/task \ -X POST \ -H "X-API-Key: $ANAKIN_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "action_id": "act_m_dominos_co_in_deals_and_coupons", "params": { "storeid": "66323", "view": "HOME_V3", "u_lat": "12.93108899", "u_long": "77.63268828" } }'