---
title: "Retrieve contact"
method: GET
path: "/contacts/{id}/"
tags: ["Billing"]
---

# Retrieve contact

`GET /contacts/{id}/`

## Response `200`

The contact.

- Contact
  - `id` string
  - `customer` string, nullable — Customer ID this contact belongs to.
  - `orgunit` string, nullable — Organisation unit ID. Optional sub-grouping inside a customer.
  - `name` string, required
  - `email` string, email, required
  - `phone` string, nullable
  - `invoicing` boolean — Whether this contact receives invoice emails.
  - `collections` boolean — Whether this contact receives collection reminders.
  - `created` string, date-time
  - `updated` string, date-time

## Other responses

- `404` — Resource not found.

---

[API](https://skmtc.net/piriod/apis/piriod-api.md) · [All operations](https://skmtc.net/piriod/apis/piriod-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/piriod/piriod-api/versions/70cbc827dc7b/schema)
