Skip to main content
GET
/
tokens
/
balance
Get token balance
curl --request GET \
  --url https://api-service.fribl.co/api/v1/tokens/balance \
  --header 'x-api-key: <api-key>'
{
  "data": {
    "workspace_id": "ws_a1b2c3d4",
    "balance": 149
  }
}

Authorizations

x-api-key
string
header
required

API key in UUID format. Include this header with every authenticated request.

Response

Current balance for the workspace.

data
object
required

A workspace's current token balance.