nudge
.
TR
DE
EN
◐
TR
DE
EN
Base URL: https://api.thenudge.io/v1
Authorization: Bearer YOUR_API_KEY
GET
/products
curl https://api.thenudge.io/v1/products \ -H "Authorization: Bearer YOUR_API_KEY"
POST
/products
{"name":"Nike Air Max 270","sku":"NKE-AM270-42","url":"https://yourstore.com/...","currency":"EUR","your_price":129.99}
GET
/prices/{product_id}
GET
/alerts
{"alerts":[{"id":"alt_01","type":"map_violation","retailer":"example.de","your_floor":89.99,"listed_price":79.99,"detected_at":"2026-06-16T09:14:22Z"}]}
GET
/recommendations
{"recommendations":[{"product_id":"prd_01","current_price":129.99,"suggested_price":126.99,"estimated_conversion_uplift":0.09,"confidence":0.87}]}