get_account_details
Retrieve comprehensive financial account information from Brex, including balances, transactions, and account status by providing the account ID.
Instructions
Get detailed information about a Brex account
Input Schema
Name | Required | Description | Default |
---|---|---|---|
accountId | Yes | ID of the Brex account |
Input Schema (JSON Schema)
{
"properties": {
"accountId": {
"description": "ID of the Brex account",
"type": "string"
}
},
"required": [
"accountId"
],
"type": "object"
}