# POST /companies/search

**Resource:** [Companies](./companies.md)  
**Scopes:** `companies:read`  
**Write operation:** no

Search companies by name, email, or phone. Legacy alias: POST /customers/search.

## Parameters

| Name | In | Type | Required | Description |
|------|----|------|----------|-------------|
| `query` | body | string | yes | Search query |
| `limit` | body | number | no | Max results (1-100) |

---
Base URL: `https://api.trustpager.com/functions/v1/api/v1` — Auth: `Authorization: Bearer YOUR_API_KEY`