Accounts
Retrieve movements and balance
Returns the registered movements and balance of the user.
GET
/
accounts
/
movements-balance
/
{accountID}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
accountID
string
requiredaccountID associated with the user
Query Parameters
email
string
Optional email parameter to filter the data
Response
200 - application/json
allMovements
object[]
requiredbalances
object[]
required