---
title: "Get contact"
method: GET
path: "/vendors/{id}/contacts/{contactId}"
tags: ["Vendors"]
---

# Get contact

`GET /vendors/{id}/contacts/{contactId}`

## Path parameters

- `id` integer, required
- `contactId` integer, required

## Response `200`

Successfully got contact

- object
  - `vendorContact` object, required
    - `id` number, required — Global ID of the contact
    - `name` string, required
    - `role` string, nullable, required — Role/Label of the contact.
    - `email` string, nullable, required — Email address of contact.
    - `phoneNumber` string, nullable, required — Phone number of contact
    - `extension` string, nullable, required — Phone number extension
    - `vendorId` number, required — ID of vendor that contact will be associated to

## Other responses

- `400` — Failed to get contact
- `401` — Invalid token
- `404` — Could not find the specified Contact.

---

[API](https://skmtc.net/getmaintainx/apis/maintainx-api.md) · [All operations](https://skmtc.net/getmaintainx/apis/maintainx-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/getmaintainx/maintainx-api/revisions/ef9153fcac7c/schema)
