- Get all incoming wire transfers
Get an incoming wire transfer
Approve or reject incoming wire transfers
Get all incoming wire tra...
Returns all incoming wire transfers for the authenticated identity.
Security
auth_token and api-key
- Weavr Sandbox Environmenthttps://sandbox.weavr.io/multi/incoming_wire_transfers
- Mock serverhttps://api.weavr.io/_mock/products/multi/openapi/incoming_wire_transfers
curl -i -X GET \
'https://sandbox.weavr.io/multi/incoming_wire_transfers?offset=0&limit=1&state=PENDING&creationTimestampFrom=0&creationTimestampTo=0&lastUpdatedTimestampFrom=0&lastUpdatedTimestampTo=0&sortOrder=ASC' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'api-key: YOUR_API_KEY_HERE'Response
{ "incomingWireTransfers": [ { … } ], "count": 0, "responseCount": 0 }