---
title: "Search customers"
method: GET
path: "/customers/search"
tags: ["Customer Endpoints"]
---

# Search customers

`GET /customers/search`

Autocomplete search by name, email, mobile, or band name. Returns top 10 results by booking count.

## Query parameters

- `q` string, required
- `limit` integer

## Headers

- `Authorization` string, required

## Response `200`

Matching customers

- ShortCustomer[]
  - `name` string, required — The customers given full name
  - `email` string, required — The customers email address
  - `mobile` string — The customers mobile phone number
  - `avatar` string — The customers avatar image URL, if any
  - `reminders_opt_in` boolean — Whether this customer wants to receive reminders
  - `mailing_list_opt_in` boolean — Whether this customer wants to be on the mailing list

---

[API](https://skmtc.net/jammed-org/apis/jammed-bookings-api.md) · [All operations](https://skmtc.net/jammed-org/apis/jammed-bookings-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/jammed-org/jammed-bookings-api/versions/3fc6a6f91b06/schema)
