---
title: "List Vendor Contacts"
method: GET
path: "/coa/api/vendor/{id}/contacts"
tags: ["Core Accounting"]
---

# List Vendor Contacts

`GET /coa/api/vendor/{id}/contacts`

Complete mixin for history filtering with pagination support.
Returns either active OR deleted records based on include_deleted parameter.

## Path parameters

- `id` integer, required

## Query parameters

- `limit` integer
- `offset` integer

## Response `200`

- PaginatedVendorContactList
  - `count` integer, required
  - `next` string, uri, nullable
  - `previous` string, uri, nullable
  - `results` VendorContact[], required
    - `id` integer, required
    - `name` string, nullable
    - `first_name` string, nullable
    - `last_name` string, nullable
    - `email` string, email, nullable
    - `phone_number` string, nullable
    - `mobile_number` string, nullable
    - `last_modified_at` string, date-time, required
    - `is_deleted` boolean, required
    - `deleted_at` string, date-time, nullable, required

---

[API](https://skmtc.net/campfire/apis/campfire-developer-apis.md) · [All operations](https://skmtc.net/campfire/apis/campfire-developer-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/campfire/campfire-developer-apis/versions/6945ebc3180e/schema)
