August 2024
6 months ago by Leon Menzies
-
Updated Account Balance Endpoint
Method Endpoint Description GET /account/balance
Get 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-report
Retrieve a report of auto-balance transfers. -
New Account API Key Endpoints
Method Endpoint Description POST /apikeys/add
Add a new API key. POST /apikeys/edit
Edit an existing API key. POST /apikeys/delete
Delete an API key. POST /apikeys/retrieve
Retrieve an API key. GET /apikeys
Retrieve all API keys. -
New Partner Account API Key Endpoints
Method Endpoint Description POST /apipartnerkeys/add
Add a new API key for a Partner Account. POST /apipartnerkeys/edit
Edit an existing Partner Account API key. POST /apipartnerkeys/delete
Delete a Partner Account API key. POST /apipartnerkeys/retrieve
Retrieve a Partner Account API key. GET /apipartnerkeys
Retrieve all Partner Account API keys.