---
title: "Query a customer"
method: GET
path: "/v1/customers/{id}"
---

# Query a customer

`GET /v1/customers/{id}`

Search for all or a specific customer

## Path parameters

- `id` string, required

## Query parameters

- `limit` string
- `skip` string
- `sortkey` string
- `sortdirection` string
- `gateway_id` string
- `payment_source_id` string
- `status` string
- `archived` boolean
- `reference` string
- `company_name` string
- `search` string

## Headers

- `x-user-secret-key` string, required
- `Content-Type` string, required

## Response `200`

200

- object

## Other responses

- `400` — 400

---

[API](https://skmtc.dev/commbank/apis/powerboard-api.md) · [All operations](https://skmtc.dev/commbank/apis/powerboard-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/commbank/powerboard-api/revisions/2ef3ed32f8c2/schema)
