List test clocks
POST https://{{env_url}}/sandbox/transfer/test_clock/list
The /transfer/get
fetches information about the transfer corresponding to the given transfer_id
.
Request Body
{"client_id"=>"{{client_id}}", "secret"=>"{{secret_key}}"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |
RESPONSES
status: OK
{"test_clocks":[{"test_clock_id":"b33a6eda-5e97-5d64-244a-a9274110151c","virtual_time":"2006-01-02T15:04:05Z"},{"test_clock_id":"a33a6eda-5e97-5d64-244a-a9274110152d","virtual_time":"2006-02-02T15:04:05Z"}],"request_id":"mdqfuVxeoza6mhu"}