Skip to main content
GET
Look up customers for a picker

Authorizations

Authorization
string
header
required

Bearer token authentication

Query Parameters

search_query
string
required

Term matched case-insensitively anywhere in the customer's email, first name, last name or external id. The term is split on whitespace and every word must match, so at least one word must carry three characters or more.

Pattern: \S{3,}
limit
integer
default:10

Maximum rows to return. Defaults to 10 and is capped at 25.

Response

Success

Picker rows for a lookup term, wrapped in the standard API response envelope.

customers
object[]
required

The matching rows, newest customer first, at most as many as the limit allows.

status
integer
required

The HTTP status code echoed in the response envelope.

Example:

200

meta
object
required

The correlation metadata Api::Response emits on every target-pattern endpoint. Distinct from the legacy Meta schema, which carries request_id rather than request_uuid.