---
title: "Retrieve a Company Contact"
method: GET
path: "/companycontact/{uuid}.json"
tags: ["Company Contacts"]
---

# Retrieve a Company Contact

`GET /companycontact/{uuid}.json`

#### OAuth Scope
This endpoint requires the following OAuth scope **read_customer_contacts**.

## Path parameters

- `uuid` string, uuid, required

## Response `200`

Company Contact record retrieved successfully

- CompanyContact
  - `company_uuid` string, uuid — The UUID of the company this contact belongs to
  - `first` string — First name of the company contact. Used for identifying and addressing the contact in communications.
  - `last` string — Last name of the company contact. Used together with the first name to identify the contact.
  - `phone` string — Primary phone number for the contact. Used for voice communications with the contact. Should include area code and can include international code.
  - `mobile` string — Mobile phone number for the contact. Used for SMS communications and alternative voice contact. Should include area code and can include international code.
  - `email` string, email — Email address of the contact. Used for sending email communications, quotes, invoices, and other electronic correspondence.
  - `type` string — Specifies the type of contact. Common values include 'BILLING' for billing contacts and 'JOB' for job contacts. This field determines how the contact is used in the system.
  - `is_primary_contact` string — Indicates whether this contact is the primary contact for the company. Value of 1 means this is the primary contact, 0 means it is not. A company should have only one active primary contact.
  - `uuid` string, uuid — Unique identifier for this record
  - `active` 0 | 1 — Record active/deleted flag. Valid values are [0,1]
  - `edit_date` string — Timestamp at which record was last modified

## Other responses

- `400` — Bad Request - The request is malformed or contains invalid parameters
- `401` — Unauthorized - Authentication credentials are missing or invalid
- `403` — Forbidden - You don't have permission to access this resource
- `404` — Not Found - The requested record does not exist or has been deleted
- `429` — Too Many Requests - You have exceeded the rate limit
- `500` — Internal Server Error - An unexpected error occurred on the server

---

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