Subscriptions
List all Subscriptions
API Reference
Entities
- The entity endpoint
- POSTCreate an Individual
- POSTCreate a Corporation
- PUTUpdate an Entity
- GETRetrieve an Entity
- GETList all Entities
- Connect
- Verification Sessions
- Credit Scores
- Attributes
- Vehicles
- Identities
- Products
- Subscriptions
- Consent
Accounts
- The account endpoint
- POSTCreate an Account
- GETRetrieve an Account
- GETList all Accounts
- Updates
- Transactions
- Card Brand
- Attributes
- Payoffs
- Balances
- Sensitive
- Products
- Subscriptions
- Verification Sessions
- Consent
Payments
Supporting Endpoints
- Merchants
- Webhooks
- Reports
- Simulations (Dev)
- Health Check
Subscriptions
List all Subscriptions
GET
/
accounts
/
:acc_id
/
subscriptions
curl "https://production.methodfi.com/accounts/acc_yVf3mkzbhz9tj/subscriptions" \
-H "Method-Version: 2024-04-04" \
-H "Authorization: Bearer sk_WyZEWVfTcH7GqmPzUPk65Vjc"
{
"transactions": {
"id": "sub_P8c4bjj6xajxF",
"name": "transactions",
"status": "active",
"latest_request_id": "txn_GBCW694AEgfAh",
"created_at": "2024-04-10T22:14:22.420Z",
"updated_at": "2024-04-10T22:14:22.420Z"
},
"update": {
"id": "sub_xM4VcfRWcJP8D",
"name": "update",
"status": "active",
"latest_request_id": "upt_TXDTR7Amyz7Az",
"created_at": "2024-04-10T22:14:21.951Z",
"updated_at": "2024-04-10T22:14:21.951Z"
},
"update.snapshot": {
"id": "sub_Hm8QxhIAtLP2k",
"name": "update.snapshot",
"status": "active",
"latest_request_id": "upt_YXZTR7Bnxq3Cw",
"created_at": "2024-04-10T22:14:20.832Z",
"updated_at": "2024-04-10T22:14:20.832Z"
}
}
Returns a map of Subscriptions names to Subscription objects associated with an Account, or an empty array if none have been created.
Path Parameters
ID of the Account.
Returns
Returns a map of Subscription names to Subscription objects.
curl "https://production.methodfi.com/accounts/acc_yVf3mkzbhz9tj/subscriptions" \
-H "Method-Version: 2024-04-04" \
-H "Authorization: Bearer sk_WyZEWVfTcH7GqmPzUPk65Vjc"
{
"transactions": {
"id": "sub_P8c4bjj6xajxF",
"name": "transactions",
"status": "active",
"latest_request_id": "txn_GBCW694AEgfAh",
"created_at": "2024-04-10T22:14:22.420Z",
"updated_at": "2024-04-10T22:14:22.420Z"
},
"update": {
"id": "sub_xM4VcfRWcJP8D",
"name": "update",
"status": "active",
"latest_request_id": "upt_TXDTR7Amyz7Az",
"created_at": "2024-04-10T22:14:21.951Z",
"updated_at": "2024-04-10T22:14:21.951Z"
},
"update.snapshot": {
"id": "sub_Hm8QxhIAtLP2k",
"name": "update.snapshot",
"status": "active",
"latest_request_id": "upt_YXZTR7Bnxq3Cw",
"created_at": "2024-04-10T22:14:20.832Z",
"updated_at": "2024-04-10T22:14:20.832Z"
}
}
curl "https://production.methodfi.com/accounts/acc_yVf3mkzbhz9tj/subscriptions" \
-H "Method-Version: 2024-04-04" \
-H "Authorization: Bearer sk_WyZEWVfTcH7GqmPzUPk65Vjc"
{
"transactions": {
"id": "sub_P8c4bjj6xajxF",
"name": "transactions",
"status": "active",
"latest_request_id": "txn_GBCW694AEgfAh",
"created_at": "2024-04-10T22:14:22.420Z",
"updated_at": "2024-04-10T22:14:22.420Z"
},
"update": {
"id": "sub_xM4VcfRWcJP8D",
"name": "update",
"status": "active",
"latest_request_id": "upt_TXDTR7Amyz7Az",
"created_at": "2024-04-10T22:14:21.951Z",
"updated_at": "2024-04-10T22:14:21.951Z"
},
"update.snapshot": {
"id": "sub_Hm8QxhIAtLP2k",
"name": "update.snapshot",
"status": "active",
"latest_request_id": "upt_YXZTR7Bnxq3Cw",
"created_at": "2024-04-10T22:14:20.832Z",
"updated_at": "2024-04-10T22:14:20.832Z"
}
}