---
title: "Get customer information"
method: GET
path: "/rest/v2/customers/{customerKey}"
tags: ["Customer"]
---

# Get customer information

`GET /rest/v2/customers/{customerKey}`

Retrieve customer information associated with the specified customer key.

## Path parameters

- `customerKey` string, required

## Headers

- `api-key` string, required

## Response `200`

ok

- Payload
  - `payloadType` string — Indicates the type of payload returned in the response.
  - `device` Device — Contains the terminal device configuration settings.
    - `manufacturer` 'PAX,DEJAVOO' — Name of the device manufacturer associated with the terminal.
    - `enabled` false — Indicates whether the device configuration are enabled for terminals (true) or disabled (false).
    - `metadata` object — Contains key-value metadata of device configuration.
    - `device-api-key` string — API key used to authenticate and associate the device with the system.

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

[API](https://skmtc.net/xplorpay/apis/external-us-onboarding-workflow.md) · [All operations](https://skmtc.net/xplorpay/apis/external-us-onboarding-workflow/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/xplorpay/external-us-onboarding-workflow/versions/f37077c24b66/schema)
