Retrieve bank link

Time Status User Agent
Make a request to see history.

URL Expired

The URL for this request expired after 30 days.

bankLinkId

accept

Response Codes

Example Request

curl --request GET \
     --url https://api.astrada.co/bank-links/bankLinkId \
     --header 'accept: application/json'

Example Response

{
  "_links": {
    "self": {
      "href": "/bank-links/enrollment_792dcb7d"
    },
    "bankAccounts": [
      {
        "href": "/bank-accounts/3a8f2c1d-5e7b-4d9a-b6c8-9f0e1d2a3b4c"
      }
    ]
  },
  "id": "enrollment_792dcb7d",
  "accountId": "8f3a1b2c-4d5e-6f7a-8b9c-0d1e2f3a4b5c",
  "subaccountId": "1fcb895e-9217-4a6f-9d10-5a7dcef86c11",
  "state": "completed",
  "hostedLink": null,
  "linkExpiresAt": null,
  "completedAt": "2025-10-03T10:55:42.000Z",
  "bankAccounts": [
    {
      "id": "3a8f2c1d-5e7b-4d9a-b6c8-9f0e1d2a3b4c",
      "name": "Checking"
    }
  ],
  "createdAt": "2025-10-03T10:25:27.069Z"
}