GET
/
accounts
/
{account_id}
curl --request GET \
  --url https://api.useswift.dev/accounts/{account_id} \
  --header 'Authorization: Bearer <token>'
{
  "created_at": "2024-01-31T23:59:59Z",
  "id": "account_vjb43lkAdf934jb13Df93",
  "name": "Acme, Inc.",
  "status": "active"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

account_id
string
required

The identifier of the Account to retrieve.

Response

200
application/json
Account

Accounts are held at a Swift-partnered financial institution. They are used to receive transfers and send payments.

created_at
string
required

The ISO 8601 time at which the Account was created.

id
string
required

The Account's unique identifier.

name
string
required

The name assigned to this Account.

status
enum<string>
required

The status of the Account.

Available options:
active,
archived