provider plaid POST
/sandbox/transfer/test_clock/list @utdk/plaid
/sandbox/transfer/test_clock/list List test clocks
Use the `/sandbox/transfer/test_clock/list` endpoint to see a list of all your test clocks in the Sandbox environment, by ascending `virtual_time`. Results are paginated; use the `count` and `offset` query parameters to retrieve the desired test clocks.
Try it
Authentication
Configure credentials for The Plaid API
Code snippet
Updates live as you fill in the form above.
TypeScript
import plaid from '@utdk/plaid';
await plaid.sandboxtransfertestclocklist({
"count": 25,
"offset": 0
})