> ## Documentation Index
> Fetch the complete documentation index at: https://docs.yampi.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Search Contacts

> Busca contactos por nombre, identifier, email o teléfono.

Parámetros: `q`, `sort`, `page`. Requiere **userApiKey**. Tamaño de página: 15.

<ParamField path="account_id" type="integer" required>ID de la cuenta.</ParamField>
<ParamField query="q" type="string">Término de búsqueda (name, identifier, email, phone\_number).</ParamField>

<RequestExample>
  ```bash cURL theme={null}
  curl -X GET 'https://app.yampi.ai/api/v1/accounts/1/contacts/search?q=alice@acme.com' \
    -H 'api_access_token: TU_TOKEN' -H 'Content-Type: application/json'
  ```
</RequestExample>
