Skip to main content
GET
https://api.tensormesh.ai
/
v1
/
billing
/
balance
Get User Balance
curl --request GET \
  --url https://api.tensormesh.ai/v1/billing/balance \
  --header 'Authorization: Bearer <token>'
{
  "balance": {
    "currencyCode": "<string>",
    "units": "<string>",
    "nanos": 123
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication using an access token. Format: Bearer <access_token>

Query Parameters

userId
string

The unique ID of the user.

Response

A successful response.

balance
object

Represents an amount of money with its currency type.