cURL
curl --request POST \ --url http://localhost:8080/plaid-compatible/transactions/refresh \ --header 'Content-Type: application/json' \ --header 'PLAID-CLIENT-ID: <api-key>' \ --data '{ "client_id": "<string>", "access_token": "<string>", "secret": "<string>" }'
{ "request_id": "<string>" }
TransactionsRefreshRequest defines the request schema for /transactions/refresh
/transactions/refresh
OK
TransactionsRefreshResponse defines the response schema for /transactions/refresh
Was this page helpful?