GET Widgets Total Balance

Get widgets total balance

get

Get widget total balance

This endpoint is used to get organization's total balance for all widgets

Request

Headers

  • Authorization: Bearer {{ACCESS_TOKEN}}

Response

  • Status: 200 OK

  • Content Type: application/json

Response Body

{
  "data": {
     "balance": number,
  }
}
Authorizations
Responses
200
OK
application/json
Responseobject
get
GET /v1/widget-total-balance HTTP/1.1
Host: {{base_url}}
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
200

OK

{
  "data": {
    "balance": 266.55
  }
}

Last updated

Was this helpful?