---
title: "Changes to Retrieve a contact"
method: GET
path: "/{account}/contacts/{contact}"
---

# Changes to Retrieve a contact

`GET /{account}/contacts/{contact}`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 2 of 52 revisions.

- **2025-07-11** (v2) `06780be0ef17` — 20 info
- **2023-07-18** (v2) `c8591dcf8c29` — 20 breaking

## Changes

- **2025-07-11** (v2) `06780be0ef17` — 20 info
  - the response property `data` became required for the status `200`
  - the response property `data/account_id` became required for the status `200`
  - the response property `data/address1` became required for the status `200`
  - the response property `data/address2` became required for the status `200`
  - the response property `data/city` became required for the status `200`
  - the response property `data/country` became required for the status `200`
  - the response property `data/created_at` became required for the status `200`
  - the response property `data/email` became required for the status `200`
  - the response property `data/fax` became required for the status `200`
  - the response property `data/first_name` became required for the status `200`
  - the response property `data/id` became required for the status `200`
  - the response property `data/job_title` became required for the status `200`
  - the response property `data/label` became required for the status `200`
  - the response property `data/last_name` became required for the status `200`
  - the response property `data/organization_name` became required for the status `200`
  - the response property `data/phone` became required for the status `200`
  - the response property `data/postal_code` became required for the status `200`
  - the response property `data/state_province` became required for the status `200`
  - the response property `data/updated_at` became required for the status `200`
  - the response property `message` became required for the status `404`
- **2023-07-18** (v2) `c8591dcf8c29` — 20 breaking
  - the response property `data` became optional for the status `200`
  - the response property `data/account_id` became optional for the status `200`
  - the response property `data/address1` became optional for the status `200`
  - the response property `data/address2` became optional for the status `200`
  - the response property `data/city` became optional for the status `200`
  - the response property `data/country` became optional for the status `200`
  - the response property `data/created_at` became optional for the status `200`
  - the response property `data/email` became optional for the status `200`
  - the response property `data/fax` became optional for the status `200`
  - the response property `data/first_name` became optional for the status `200`
  - the response property `data/id` became optional for the status `200`
  - the response property `data/job_title` became optional for the status `200`
  - the response property `data/label` became optional for the status `200`
  - the response property `data/last_name` became optional for the status `200`
  - the response property `data/organization_name` became optional for the status `200`
  - the response property `data/phone` became optional for the status `200`
  - the response property `data/postal_code` became optional for the status `200`
  - the response property `data/state_province` became optional for the status `200`
  - the response property `data/updated_at` became optional for the status `200`
  - the response property `message` became optional for the status `404`

---

[Operation](https://skmtc.dev/dnsimple/apis/dnsimple-api/docs/:account/contacts/:contact/get.md) · [API](https://skmtc.dev/dnsimple/apis/dnsimple-api.md) · [Page](https://skmtc.dev/dnsimple/apis/dnsimple-api/changes/:account/contacts/:contact/get)
