---
title: "Gets the customer for the given id"
method: POST
path: "/api/v2/customers/{id}"
tags: ["Account"]
---

# Gets the customer for the given id

`POST /api/v2/customers/{id}`

## Path parameters

- `id` integer, required

## Response `200`

The customer with the given id

- Customer — A Content Depot customer
  - `id` integer — The unique ID of the customer.
  - `name` string — The name of the customer.
  - `callLetters` string — The call letters of the customer.

## Other responses

- `403` — Authorization failed, or the user is not permitted to view this customer.
- `404` — The customer cannot be found.

---

[API](https://skmtc.net/prss/apis/contentdepot.md) · [All operations](https://skmtc.net/prss/apis/contentdepot/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/prss/contentdepot/versions/838e7ae589d8/schema)
