v1

latestOpenAPI 3.1.02026-07-24620123.6 KB

Get User

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.

get/api/b2b/users

Response

200

successboolean
firstNamestring
lastNamestring
emailstring
publicKeystring
webhookUrlstring
sandboxWebhookUrlstring

Example response

{
  "success": true,
  "firstName": "David",
  "lastName": "N",
  "email": "davidb2b@honeycoin.app",
  "publicKey": "HC-12",
  "webhookUrl": "https://api-v2.honeycoin.app/v3/b2b/prod",
  "sandboxWebhookUrl": "https://api-v2.honeycoin.app/v3/b2b/sand"
}