Logo
Brex Developer API Documentation

List cash accounts

GET {{baseUrl}}/v2/accounts/cash

This endpoint lists all the existing cash accounts with their status.

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 




RESPONSES

status OK

{ "items": [ { "account_number": "non occaecat velit dolore reprehenderi", "available_balance": { "amount": 27638605, "currency": "aliqua" }, "current_balance": { "amount": -33987481, "currency": "eiusmod" }, "id": "ad non fugiat", "name": "ad", "routing_number": "sed officia", "status": { "value": "<Error: Could not resolve allOf schema" }, "primary": false }, { "account_number": "anim cillum commodo elit", "available_balance": { "amount": -58672150, "currency": "Excepteur tempor" }, "current_balance": { "amount": -16890265, "currency": "adipisicing Duis" }, "id": "laboris u", "name": "sed non cillum Ut", "routing_number": "in", "status": { "value": "<Error: Could not resolve allOf schema" }, "primary": true } ], "next_cursor": "labore fugiat consequat" }



Curl
curl -X GET 'https://platform.staging.brexapps.com/v2/accounts/cash'

ENDPOINTS