---
title: "Get a Deposit Customer (by customerId)"
method: GET
path: "/v1/deposits/{depositId}/customer/{customerId}/api-key"
tags: ["Deposits"]
---

# Get a Deposit Customer (by customerId)

`GET /v1/deposits/{depositId}/customer/{customerId}/api-key`

Retrieves the customer associated with a specific deposit using the provided `depositId` and `customerId`.

## Path parameters

- `depositId` string, required
- `customerId` string, required

## Query parameters

- `apiKey` string, required

## Response `200`

The deposit customer was retrieved successfully

- UpdateDepositCustomer[]
  - `recipientPublicKeys` string[] — List of recipient public keys.
  - `disabled` boolean — Indicates whether the deposit customer is enabled or disabled. Set to true to disable, or false to enable.
  - `additionalJSON` string — Optional JSON string containing metadata.

## Other responses

- `401` — Provided API key has no access to the resource.

---

[API](https://skmtc.net/hel/apis/helio-open-api.md) · [All operations](https://skmtc.net/hel/apis/helio-open-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hel/helio-open-api/versions/5732beb2d39f/schema)
