/
Get all payee batches
Payees (previously "beneficiaries"). Retrieves all payee batches matching the query parameters and that belong to the logged-in identity.
Security
auth_token and api-key
- Weavr Sandbox Environmenthttps://sandbox.weavr.io/multi/beneficiaries/batch
- Mock serverhttps://api.weavr.io/_mock/products/multi/openapi/beneficiaries/batch
curl -i -X GET \
'https://sandbox.weavr.io/multi/beneficiaries/batch?offset=0&limit=1&state=INITIALISED&operation=CREATE&tag=string' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'api-key: YOUR_API_KEY_HERE'