Skip to main content
GET
/
accounts
curl "https://production.methodfi.com/accounts?holder_id=ent_y1a9e1fbnJ1f3&type=liability&status=active" \
  -H "Method-Version: 2025-07-04" \
  -H "Authorization: Bearer sk_WyZEWVfTcH7GqmPzUPk65Vjc"
{
  "data": [
    {
      "id": "acc_RGACQH7XdfYhC",
      "holder_id": "ent_y1a9e1fbnJ1f3",
      "status": "active",
      "type": "liability",
      "liability": {
        "mch_id": "mch_302086",
        "mask": "1580",
        "ownership": "primary",
        "fingerprint": "27d5c0ea28338619192076d150eb7b56c288f9a1",
        "type": "credit_card",
        "name": "Chase Sapphire Reserve Credit Card"
      },
      "latest_verification_session": "avf_tB9mpmew8FLit",
      "update": "upt_TXDTR7Amyz7Az",
      "balance": "bal_dGCCNWHMQYRay",
      "card_brand": "crd_eVMDNUPfrFk3e",
      "payment_instrument": "pmt_inst_pd788hPVhLT37",
      "products": ["balance", "card_brand", "update", "payment", "payment_instrument"],
      "restricted_products": ["attribute", "sensitive"],
      "subscriptions": [],
      "available_subscriptions": ["update.snapshot", "update"],
      "restricted_subscriptions": ["transaction"],
      "error": null,
      "metadata": null,
      "created_at": "2024-04-12T18:57:57.857Z",
      "updated_at": "2024-04-12T18:57:58.430Z",
    }
  ]
}
Returns a list of Accounts.

Query Parameters

Returns

Returns a list of Accounts.
curl "https://production.methodfi.com/accounts?holder_id=ent_y1a9e1fbnJ1f3&type=liability&status=active" \
  -H "Method-Version: 2025-07-04" \
  -H "Authorization: Bearer sk_WyZEWVfTcH7GqmPzUPk65Vjc"
{
  "data": [
    {
      "id": "acc_RGACQH7XdfYhC",
      "holder_id": "ent_y1a9e1fbnJ1f3",
      "status": "active",
      "type": "liability",
      "liability": {
        "mch_id": "mch_302086",
        "mask": "1580",
        "ownership": "primary",
        "fingerprint": "27d5c0ea28338619192076d150eb7b56c288f9a1",
        "type": "credit_card",
        "name": "Chase Sapphire Reserve Credit Card"
      },
      "latest_verification_session": "avf_tB9mpmew8FLit",
      "update": "upt_TXDTR7Amyz7Az",
      "balance": "bal_dGCCNWHMQYRay",
      "card_brand": "crd_eVMDNUPfrFk3e",
      "payment_instrument": "pmt_inst_pd788hPVhLT37",
      "products": ["balance", "card_brand", "update", "payment", "payment_instrument"],
      "restricted_products": ["attribute", "sensitive"],
      "subscriptions": [],
      "available_subscriptions": ["update.snapshot", "update"],
      "restricted_subscriptions": ["transaction"],
      "error": null,
      "metadata": null,
      "created_at": "2024-04-12T18:57:57.857Z",
      "updated_at": "2024-04-12T18:57:58.430Z",
    }
  ]
}