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.
Link Customer
Register a new customer or retrieve an existing one (matched by mobile number). Returns a customer token for subsequent requests.| Header | Value |
|---|---|
API-KEY | Your partner API key |
Idempotency-Key | Unique UUID |
Accept-Language | ar or en |
multipart/form-data
| Field | Type | Required | Notes |
|---|---|---|---|
name | string | ✅ | Customer’s full name |
mobile | string | ✅ | Saudi mobile number without country code |
date_of_birth | string | ✅ | Format: YYYY-MM-DD |
gender | string | ✅ | male or female |
family_status | string | ❌ | married, single, etc. |
lat | float | ❌ | Customer’s latitude |
long | float | ❌ | Customer’s longitude |
Store the
auth_token — it’s required as Authorization: Bearer {token} for all customer-scoped endpoints.