# Get contacts by companies

Retrieve all contacts belonging to the specified companies. Returns an object mapping company UUIDs to arrays of contacts.

Endpoint: POST /leads/api/companies/leads
Version: 2.0.0
Security: bearerAuth

## Request fields (application/json):

  - `uuids` (array, required)
    Array of company UUIDs.

