List integration deliveries
GET/api/wallets/:walletExternalKey/integration-deliveries
| URL | Description |
|---|---|
| https://wallet.acc.credenco.com | Generated server url |
Returns a paginated list of deliveries for the wallet. When the status query param is omitted, DELIVERED and DISMISSED rows are excluded by default — pass an explicit status to retrieve them. The lastError field is truncated to 1000 chars in this list view; use the detail endpoint to retrieve it in full.
Required Role
| Role | Description |
|---|---|
WALLET_INTEGRATION_DELIVERY_READ | Read integration deliveries (outbound event audit trail) |
Request
Responses
- 200
- 401
- 403
- 404
Successfully retrieved deliveries
Unauthorized.
Forbidden.
Wallet not found.