---
title: "Retrieves a Customer by ID"
method: GET
path: "/customers/{id}"
tags: ["Customer"]
---

# Retrieves a Customer by ID

`GET /customers/{id}`

Required permission: Customers - View Detail
Single-Customer Users can only access own customer (self).

## Path parameters

- `id` integer, required

## Response `200`

successful

## Other responses

- `404` — Invalid request

---

[API](https://skmtc.dev/syncromsp/apis/syncro.md) · [All operations](https://skmtc.dev/syncromsp/apis/syncro/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/syncromsp/syncro/revisions/dfc1c332d2c2/schema)
