August 2024
about 1 year ago by Leon Menzies
-
Updated Account Balance Endpoint
Method Endpoint Description GET /account/balanceGet the Account Balance with an option to retrieve historical balances by passing in a date. -
New Auto-Balance Transfer Endpoint
Method Endpoint Description GET /account/auto-balance/transfer-reportRetrieve a report of auto-balance transfers. -
New Account API Key Endpoints
Method Endpoint Description POST /apikeys/addAdd a new API key. POST /apikeys/editEdit an existing API key. POST /apikeys/deleteDelete an API key. POST /apikeys/retrieveRetrieve an API key. GET /apikeysRetrieve all API keys. -
New Partner Account API Key Endpoints
Method Endpoint Description POST /apipartnerkeys/addAdd a new API key for a Partner Account. POST /apipartnerkeys/editEdit an existing Partner Account API key. POST /apipartnerkeys/deleteDelete a Partner Account API key. POST /apipartnerkeys/retrieveRetrieve a Partner Account API key. GET /apipartnerkeysRetrieve all Partner Account API keys.