GET
/
v1
/
oauth2
/
wallet
curl --request GET \
  --url https://api.zebedee.io/v1/oauth2/wallet \
  --header 'apikey: <apikey>' \
  --header 'usertoken: <usertoken>'
{
  "data": {
    "balance": "98251000",
    "remainingAmountLimits": {
      "daily": "1000000000",
      "maxCredit": "4901749000",
      "monthly": "25000000000",
      "weekly": "5000000000",
    },
  },
  "message": "Successfully fetched user wallet.",
  "success": true,
}

Description

You can use this API endpoint to fetch information about a given ZBD User’s Wallet, granted you can pass the provided accessToken.

Usage

Read here for more details on how to setup ZBD Login (OAuth2) with your platform.

Configuration

Header Parameters

usertoken
string
required

OAuth2 Access Token

apikey
string
required

ZBD Project API Key