GET
/
external_accounts
curl --request GET \
  --url https://api.useswift.dev/external_accounts \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "account_number": "12345678",
      "created_at": "2024-01-31T23:59:59Z",
      "description": "My External Account",
      "id": "external_account_vjb43lkAdf934jb13Df93",
      "is_rtp_enabled": true,
      "routing_number": "12345678",
      "verification_status": "verified"
    }
  ],
  "next_cursor": "Y3Vyc29y"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200
application/json
External Accounts

A list of External Account objects.

data
object[]
required

The contents of the list.

External Accounts represent accounts at other financial institutions. They can be used as destinations for fund transfers.

next_cursor
string | null
required

A pointer to a place in the list.