---
title: "Get User"
method: GET
path: "/api/b2b/users"
---

# Get User

`GET /api/b2b/users`

The endpoint fetches user profile information, including their contact details and configured webhook URLs for both production and sandbox environments. It also includes information about any active wallets associated with the user's account.

## Response `200`

200

- object
  - `success` boolean
  - `firstName` string
  - `lastName` string
  - `email` string
  - `publicKey` string
  - `webhookUrl` string
  - `sandboxWebhookUrl` string
  - `KESWallet` object
    - `balance` integer

## Other responses

- `400` — 400

---

[API](https://skmtc.net/honeycoin/apis/honeycoin-v3-api-official.md) · [All operations](https://skmtc.net/honeycoin/apis/honeycoin-v3-api-official/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/honeycoin/honeycoin-v3-api-official/revisions/f3fef13ed253/schema)
