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.