Get information for an account
GET {{baseUrl}}/accounts
This is the basic object that provides a top-level view of a company's available accounts.
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
RESPONSES
status OK
[
{
"account_limit": {
"currency": "usd",
"amount": 888000
},
"current_statement_period": {
"start": "in sunt incididunt occaecat",
"end": "incididunt Lorem"
}
},
{
"account_limit": {
"currency": "usd",
"amount": 888000
},
"current_statement_period": {
"start": "cillum aliqua ad aute",
"end": "in dolore non"
}
}
] |
ENDPOINTS