Search customers
This endpoint documentation is generated directly from openapi.yaml.
Endpoint
POST /customers/search
Operation
Operation ID: searchCustomers
Search for customers using various criteria
Authentication
Security requirements:
Scheme | Scopes |
|---|---|
BearerAuth | - |
Request Body
Required: yes.
Content type: application/json
{
"properties": {
"query": {
"type": "string"
}
},
"type": "object"
}
Responses
Status | Description | Content Types |
|---|---|---|
200 | Customers found successfully | application/json |
Schema for response 200 (application/json):
{}
17 March 2026