Get organization balance
GET/api/organization/balance
Returns the current balance of the organization.
Responses
- 200
- default
Successful operation
- application/json
- Schema
- Example (from schema)
Schema
usd stringrequired
The balance of the organization in USD.
{
"usd": "string"
}
Unexpected error
- application/json
- Schema
- Example (from schema)
Schema
code int32required
The error code
message stringrequired
A human-readable error message
{
"code": 0,
"message": "string"
}
Loading...