---
title: "Return the passcode for the pregenerated embedded wallet of the authenticated user"
method: GET
path: "/sdk/{environmentId}/users/embeddedWallets/passcode"
tags: ["SDK"]
---

# Return the passcode for the pregenerated embedded wallet of the authenticated user

`GET /sdk/{environmentId}/users/embeddedWallets/passcode`

## Path parameters

- `environmentId` string, required

## Response `200`

embedded wallet passcode response

- EmbeddedWalletSecret
  - `walletId` string, required
  - `secret` string, required
  - `source` 'dynamic' | 'user'

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not found
- `422` — Unprocessable Entity
- `500` — Internal Server Error

---

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