Account Endpoints
Account Balance
Retrieve the current balance of the user’s account.
GET
OpenMind provides a secure way to check your account balance. This endpoint allows you to retrieve the current balance of your account, which can be useful for managing your resources and ensuring you have sufficient funds for API calls.
The JWT token is generated with Clerk and is used to authenticate your requests. Ensure you have the necessary permissions to access this endpoint.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Response
200
application/json
Successful response with account balance
The response is of type object
.