GET
/inbound_wire_drawdown_requestsList inbound wire drawdown requests
Lists inbound wire drawdown requests asking you to send a wire. Use cursor to continue through the results and limit to control the number of requests returned per page.
cursorstringoptional
Cursor for the page of entries to retrieve; use the previous response's `next_cursor` to continue.
limitintegeroptional
Maximum number of requests to return. Must be at least 1 and no more than 100. Defaults to 100 when omitted.
200Returns a list of inbound wire drawdown request objects and a `next_cursor` for retrieving the next page; the cursor is null when there are no more results.
dataarray<InboundWireDrawdownRequest>required
The contents of the list.
next_cursorstringrequired
A pointer to a place in the list. Pass this as the `cursor` parameter to retrieve the next page of results. If there are no more results, the value will be `null`.
4XXReturned when the request encounters a client error.
5XXReturned when the server encounters an error.
Error handling
The limit query parameter must be at least 1 and cannot exceed 100; it defaults to 100 when omitted.