---
title: "Reads all Contacts"
method: GET
path: "/api/2026-07-01/resources/finance/contacts"
tags: ["Finance > Contact"]
---

# Reads all Contacts

`GET /api/2026-07-01/resources/finance/contacts`

Reads all Contacts

## Query parameters

- `ids[]` string[] — List of Contact IDs to filter by.
- `tax_ids[]` string[] — List of Tax IDs to filter by.
- `legal_name` string — Filter by partial match of a contact's legal name.
- `name` string — The commercial name of the Contact.
- `contact_type` 'client' | 'vendor' — Type of the contact (defaults to Vendor).
- `website` string — The website of the Contact.
- `email` string — The email of the Contact.
- `phone_number` string — The phone number of the Contact.
- `updated_from` string — Start date for filtering Contacts records based on their last update.

## Response `200`

OK

- object
  - `data` FinanceContact[]
    - `id` string, required — Unique identifier for the Contact.
    - `name` string, required — The commercial name of the Contact.
    - `legal_name` string — The official or legal name of the Contact.
    - `tax_id` string — Tax identification number assigned to the Contact.
    - `address` object, required — The address object containing street, city, etc.
    - `external_id` string — The external id of the contact.
    - `updated_at` string, required — Timestamp when the Contact was last updated.
    - `iban` string — International Bank Account Number if provided.
    - `bank_code` string — Bank or branch code for the Contact if relevant.
    - `preferred_payment_method` 'card' | 'banktransfer' — Preferred payment method for the Contact (e.g. wire_transfer, paypal).
    - `website` string — The website of the Contact.
    - `email` string — The email of the Contact.
    - `phone_number` string — The phone number of the Contact.
  - `meta` PagedIndexMeta
    - `start_cursor` string
    - `end_cursor` string
    - `has_previous_page` boolean, required
    - `has_next_page` boolean, required
    - `limit` integer, required
    - `total` integer, required

---

[API](https://skmtc.net/factorialhr/apis/factorial-api.md) · [All operations](https://skmtc.net/factorialhr/apis/factorial-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/factorialhr/factorial-api/revisions/1a6bffb20f7d/schema)
