List transfer sweeps

POST https://{{env_url}}/transfer/sweep/list

Use the /sandbox/transfer/simulate endpoint to simulate a transfer event in the Sandbox environment. Note that while an event will be simulated and will appear when using endpoints such as /transfer/event/sync or /transfer/event/list, no transactions will actually take place and funds will not move between accounts, even within the Sandbox.

Request Body

{"client_id"=>"{{client_id}}", "secret"=>"{{secret_key}}", "start_date"=>"2019-12-06T22:35:49Z", "end_date"=>"2019-12-12T22:35:49Z", "count"=>5, "offset"=>0}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring

RESPONSES

status: OK

{"sweeps":[{"id":"d5394a4d-0b04-4a02-9f4a-7ca5c0f52f9d","created_at":"2020-12-08T17:27:15Z","amount":"-12.34","iso_currency_code":"USD"}],"request_id":"saKrIBuEB9qJZno"}