---
title: "Get the company contact relationship"
method: GET
path: "/v1/resourceowner/companycontact/{companyContactId}"
tags: ["ResourceOwnerCompanyContacts"]
---

# Get the company contact relationship

`GET /v1/resourceowner/companycontact/{companyContactId}`

Only company contcats that the user has access to are accessible.

## Path parameters

- `companyContactId` integer, required

## Response `200`

The company contact model is returned

- CompanyContactDetailModel
  - `CompanyContactId` integer
  - `CompanyId` integer
  - `CompanyName` string
  - `ContactId` integer
  - `ContactName` string
  - `Scopes` string[]

## Other responses

- `403` — Request is forbidden, meaning you don't have access to this company vehicle relationship
- `500` — Internal server error

---

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