---
title: "Get a customer"
method: GET
path: "/customers/{customer_id}"
tags: ["Customers"]
---

# Get a customer

`GET /customers/{customer_id}`

Returns a single customer by ID.

## Path parameters

- `customer_id` string, required

## Response `200`

Customer details.

- object — Customer object wrapped in the v4 envelope (object, url, data). The `data` block bundles the customer record with attribution, user properties, device info, and recent track events.

## Other responses

- `400` — Invalid request
- `401` — Unauthorized
- `404` — Customer not found
- `429` — Too many requests
- `500` — Internal error
- `502` — Storage error
- `504` — Upstream timeout

---

[API](https://skmtc.net/qonversion/apis/qonversion-rest-api-v4.md) · [All operations](https://skmtc.net/qonversion/apis/qonversion-rest-api-v4/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/qonversion/qonversion-rest-api-v4/versions/e3f72cf8951c/schema)
