List Customers
GET /customers
Description
Retrieve a list of all customers. Optionally filter by phone number.
Authentication
Bearer Token (JWT)
Request
Headers
| Header | Value | Required |
|---|---|---|
| Authorization | Bearer {token} | Yes |
Query Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| phone | string | No | Filter customers by phone number (e.g., 263773591219) |
Example Request
GET /customers?phone=263773591219
Authorization: Bearer {token}