Retrieves all the send transactions performed by the logged-in identity.
Security
auth_token and api-key
- Weavr Sandbox Environmenthttps://sandbox.weavr.io/multi/sends
- Mock serverhttps://api.weavr.io/_mock/products/multi/openapi/sends
curl -i -X GET \
'https://sandbox.weavr.io/multi/sends?offset=0&limit=1&profileId=string&instrumentId=id%3Dstring%26type%3Dmanaged_cards&source.id=string&source.type=managed_cards&state=INVALID&createdFrom=0&createdTo=0&executedFrom=0&executedTo=0&tag=string' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'api-key: YOUR_API_KEY_HERE'Response
- InstrumentId
- BeneficiaryId
{ "send": [ { … } ], "count": 0, "responseCount": 0 }