---
title: "GET /{finorvin}/components/paint"
method: GET
path: "/{finorvin}/components/paint"
tags: ["Components"]
---

# GET /{finorvin}/components/paint

`GET /{finorvin}/components/paint`

Returns URLs pointing to images of this vehicles paint.  These images are available in resolution 800x600 px.  Note there might be two paints (e.g. Smart, 'paint' for body panel and 'paint2' for the tridion cell)

## Path parameters

- `finorvin` string, required

## Response `200`

Successful response

- PaintResponse — A paint object
  - `paint` Paints — The upper (paint2) and the lower (paint1) paint of the vehicle.
    - `lowerPaint` CodeImage — The code image contains an equipment code with a corresponding image URL.
      - `code` string, required — The equipment code for the corresponding image.
      - `url` string, required — An URL pointing to an image of an equipment.
    - `upperPaint` CodeImage — The code image contains an equipment code with a corresponding image URL.
      - `code` string, required — The equipment code for the corresponding image.
      - `url` string, required — An URL pointing to an image of an equipment.

## Other responses

- `204` — No content could be found for your request. The FIN/VIN belongs to a vehicle for which no images are available.
- `401` — Unauthorized: * Failed to resolve API Key query parameter * Invalid API Key
- `404` — The requested FIN/VIN could not be resolved. Please verify that your FIN/VIN is correct.
- `429` — Quota limit is exceeded
- `500` — The requested FIN/VIN could not be resolved because external resources are not available or the server encountered an internal error.

---

[API](https://skmtc.net/mercedesbenz/apis/image.md) · [All operations](https://skmtc.net/mercedesbenz/apis/image/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mercedesbenz/image/versions/353ca18bf30b/schema)
