Skip to main content
GET
/
api
/
v1
/
users
/
me
Get the current user data
curl --request GET \
  --url https://api.zenobank.io/api/v1/users/me
{
  "id": "123e4567-e89b-12d3-a456-426614174000",
  "stores": [
    {
      "id": "123e4567-e89b-12d3-a456-426614174000",
      "name": "My Store",
      "apiKey": "cuid_1234567890abcdef",
      "binancePayCredential": {
        "apiKey": "cuid_1234567890abcdef",
        "accountId": "568321"
      },
      "wallets": [
        {
          "id": "123e4567-e89b-12d3-a456-426614174000",
          "address": "0xc429e068b65b3462f0e422b3ea388a7a37b23bff",
          "network": "ETHEREUM_MAINNET",
          "label": "Main Wallet"
        }
      ]
    }
  ]
}

Response

200 - application/json
id
string
required

Unique identifier for the user

Example:

"123e4567-e89b-12d3-a456-426614174000"

stores
object[]
required

The user's stores