Affiliate API Program
Partner with WashNMore to drive traffic and track conversions seamlessly with our dedicated API.
1. Connect
Receive a unique tracking link to direct customers from WashNMore to your shop.
2. Integrate
Use our simple API to report successful purchases back to our system securely.
3. Grow
Track performance and optimize your sales with accurate conversion data.
Integration Documentation
1. Validating Your Shop
Before your shop is listed on Washnmore, you must verify your integration. Embed your API Key in your homepage HTML <head> as a meta tag:
<meta name="washnmore-verification" content="YOUR_API_KEY_HERE" />Then, click Validate Key in your Developer Dashboard to activate your account.
2. Handling Redirects
When a user clicks "Visit Shop" on our site, they are redirected to your URL with a reference ID:
https://your-shop.com/?ref=UNIQUE_ID_HERERequirement: Save this ref ID in a cookie or local storage for at least 30 days.
3. Reporting Conversions
When a purchase is completed, send a server-side POST request to our webhook:
// POST https://washnmore.co/api/shop/conversion
// Headers:
x-api-key: "YOUR_API_KEY_HERE"
// Body:
{
"ref": "UNIQUE_ID_HERE",
"amount": 50.00,
"currency": "KWD"
}Note: You must include your specific x-api-key header in the request.
Ready to join?
Create your account to get your API keys instantly.