Skip to main content

What is Wilow?

Wilow is a laundry subscription service operating in Saudi Arabia. Customers subscribe to a plan, schedule regular pickups, and get their laundry returned clean — no drop-off required.

What can you build?

As a Wilow partner, your app can offer Wilow’s full subscription flow to your users — from signing up to scheduling their first pickup. Wilow handles logistics, laundry, and delivery. You handle the UX.

Base URLs

EnvironmentURL
Livehttps://api.wilow.app
Sandboxhttps://dev.api.wilow.app
All endpoints are prefixed with /external-partner.

Response Format

Every response follows the same envelope:
{
  "success": true,
  "message": "resource fetched successfully.",
  "data": { ... },
  "status_code": 200
}
On errors, data is null and errors contains field-level validation messages.

Supported Languages

Pass Accept-Language: ar for Arabic responses or Accept-Language: en for English. Defaults to English.