List the authenticated account's bridge transfers
GET/api/v1/bridge/intents
Newest first. Requires read scope for the account named by the selector, which must be the authenticated account. Dismissed transfers are hidden unless includeDismissed is set. Responses are private and must not be cached. 404 while the bridge is disabled.
Request
Responses
- 200
- 400
- 401
- 403
- default
Bridge transfers for the account
Missing or malformed account selector.
Missing, invalid, or expired read tokens.
The credential lacks read scope, or the selector names another account.
Error response. Prefer the nested ApiErrorResponse via X-SC-Error-Format: envelope-v1; existing unnegotiated handler responses can retain a documented legacy flat shape through the compatibility period.
Response Headers
X-Request-Id
Stable request correlation id generated or echoed by the server.