Skip to main content
GET
List connections
List all connections for the authenticated user within your application. Only returns connections with status INITIATING, PENDING, or ACTIVE. Terminal statuses (FAILED, EXPIRED, INACTIVE) are excluded. Requires a per-user api-key.
Always call this endpoint before creating a new connection to avoid 409 duplicate errors.
Results are sorted by createdAt descending (newest first). The standingOrder field is null for INITIATING connections that haven’t reached standing order creation yet.

Connection statuses

Use this endpoint to

  • Check for existing connections before creating a new one
  • Display the user’s active connections
  • Find PENDING connections that need OTP confirmation