Check Location Coverage
Check whether Wilow operates at a given location before proceeding with onboarding.| Header | Value |
|---|---|
API-KEY | Your partner API key |
Idempotency-Key | Unique UUID |
multipart/form-data
| Field | Type | Required | Constraints |
|---|---|---|---|
lat | float | ✅ | Between -90 and 90 |
long | float | ✅ | Between -180 and 180 |
is_covered is false, stop the flow and show an out-of-coverage message.
Save Address
Create or update the customer’s pickup/delivery address. Uses the customer token.| Header | Value |
|---|---|
Authorization | Bearer {customer_token} |
Idempotency-Key | Unique UUID |
multipart/form-data
| Field | Type | Required | Notes |
|---|---|---|---|
lat | float | ✅ | |
long | float | ✅ | |
street_area | string | ✅ | Max 255 chars |
apartment_number | string | ❌ | |
building_number | string | ❌ | |
home_type | string | ❌ | Max 255 chars |
notes | string | ❌ | Delivery notes, max 500 chars |
delivery | string | ❌ | call_when_arrive or pick_up_deliver |