Retrieve bank subscription

Time Status User Agent
Make a request to see history.

URL Expired

The URL for this request expired after 30 days.

Bank Subscription Schema

Properties

Response Codes

Example CURL Request

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

Example Response

{
  "id": "e4b7c9a2-1d3f-4e8a-9c6b-5f2d7a0e8b1c",
  "accountId": "8f3a1b2c-4d5e-6f7a-8b9c-0d1e2f3a4b5c",
  "subaccountId": "1fcb895e-9217-4a6f-9d10-5a7dcef86c11",
  "connectionId": "conn_abc123def456",
  "provider": "PLAID",
  "institutionName": "Chase",
  "state": "active",
  "webhook": {
    "url": "https://example.com/webhooks/banking",
    "status": "confirmed"
  },
  "syncCursor": null,
  "createdAt": "2025-10-03T10:55:42.000Z",
  "updatedAt": "2025-10-03T10:55:42.000Z"
}