cURL
curl --request POST \ --url http://localhost:8080/plaid-compatible/accounts/balance/get \ --header 'Content-Type: application/json' \ --header 'PLAID-CLIENT-ID: <api-key>' \ --data '{ "access_token": "<string>", "secret": "<string>", "client_id": "<string>", "options": { "account_ids": [ "<string>" ], "min_last_updated_datetime": "2023-11-07T05:31:56Z" } }'
{ "access_token": "<string>", "secret": "<string>", "client_id": "<string>", "options": { "account_ids": [ "<string>" ], "min_last_updated_datetime": "2023-11-07T05:31:56Z" } }
AccountsBalanceGetRequest defines the request schema for /accounts/balance/get
/accounts/balance/get
OK
Was this page helpful?