> ## Documentation Index
> Fetch the complete documentation index at: https://docs.wilow.app/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction

> Integrate Wilow's laundry subscription service into your app

## 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

| Environment | URL                         |
| ----------- | --------------------------- |
| **Live**    | `https://api.wilow.app`     |
| **Sandbox** | `https://dev.api.wilow.app` |

All endpoints are prefixed with `/external-partner`.

## Response Format

Every response follows the same envelope:

```json theme={null}
{
  "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.
