---
title: "Get customer"
method: GET
path: "/auth/customer/{vaspDID}/{customerDID}"
tags: ["Customer"]
---

# Get customer

`GET /auth/customer/{vaspDID}/{customerDID}`

Returns a customer of a VASP by customer DID

## Path parameters

- `vaspDID` string, required — Decentralized Identifier
- `customerDID` string, required — Decentralized Identifier

## Response `200`

Customer info

- Customer
  - `id` string, uuid — Identifier of the Transfer
  - `did` string, required — Decentralized Identifier
  - `vaspDID` string, required — Decentralized Identifier
  - `customerRef` string

---

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