# Batch fetch profiles by phone number

- Operation ID: `FindClientsByPhone`
- HTTP method: `GET`
- Path: `/v4/clients/batch/by-phone/{phoneNumber}`
- Sanitized category OpenAPI YAML: <https://hub.synerise.com/api-reference/profile-management.yaml>
- [Human-readable API reference](https://hub.synerise.com/api-reference/profile-management#operation/FindClientsByPhone)

## Locate this method

Fetch the sanitized category YAML, then read `paths["/v4/clients/batch/by-phone/{phoneNumber}"]["get"]`. Confirm that its `operationId` is `FindClientsByPhone`. That operation contains the full parameters, request body, responses, schemas, and examples.
