---
title: "Get contacts by vehicle id"
method: GET
path: "/v1/resourceowner/contactvehicle/{vehicleId}"
tags: ["ResourceOwnerContactVehicle"]
---

# Get contacts by vehicle id

`GET /v1/resourceowner/contactvehicle/{vehicleId}`

The user only has access to contacts that it is associated with through the company

## Path parameters

- `vehicleId` integer, required

## Response `200`

The vehicles are returned

- ContactModel[]
  - `ContactId` integer
  - `FirstName` string
  - `LastName` string
  - `EmailAddress` string

## Other responses

- `403` — Request is forbidden, meaning you dont' have access to this vehicle
- `404` — The vehicle that you tried to update doesn't exist
- `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)
