---
title: "List contacts"
method: GET
path: "/{account}/contacts"
tags: ["contacts"]
---

# List contacts

`GET /{account}/contacts`

List contacts in the account.

## Path parameters

- `account` integer, required

## Query parameters

- `sort` 'id:asc' | 'id:desc' | 'label:asc' | 'label:desc' | 'email:asc' | 'email:desc'

## Response `200`

Successfully retrieved account contact list.

- object
  - `data` Contact[], required
    - `id` integer, required
    - `account_id` integer, required
    - `label` string, required
    - `first_name` string, required
    - `last_name` string, required
    - `organization_name` string, required
    - `job_title` string, required
    - `address1` string, required
    - `address2` string, required
    - `city` string, required
    - `state_province` string, required
    - `postal_code` string, required — The ISO 3166-1 alpha-2 country code, upper case (eg. DE).
    - `country` string, required
    - `phone` string, required
    - `fax` string, required
    - `email` string, required
    - `created_at` string, date-time, required — A date-time value, representing when the entry was created, formatted as ISO 8601.
    - `updated_at` string, date-time, required — A date-time value, representing when the entry was last updated, formatted as ISO 8601.
  - `pagination` Pagination, required
    - `current_page` integer, required
    - `per_page` integer, required
    - `total_entries` integer, required
    - `total_pages` integer, required

## Changes

- **2025-07-11** (v2) `06780be0ef17` — 24 info
  - the response property `data` became required for the status `200`
  - the response property `data/items/account_id` became required for the status `200`
  - the response property `data/items/address1` became required for the status `200`
  - the response property `data/items/address2` became required for the status `200`
  - …20 more
- **2023-07-18** (v2) `c8591dcf8c29` — 24 breaking
  - the response property `data` became optional for the status `200`
  - the response property `data/items/account_id` became optional for the status `200`
  - the response property `data/items/address1` became optional for the status `200`
  - the response property `data/items/address2` became optional for the status `200`
  - …20 more

[Change history](https://skmtc.dev/dnsimple/apis/dnsimple-api/changes/:account/contacts/get.md)

---

[API](https://skmtc.dev/dnsimple/apis/dnsimple-api.md) · [All operations](https://skmtc.dev/dnsimple/apis/dnsimple-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/dnsimple/dnsimple-api/revisions/270bb4f6f532/schema)
