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
/
entities
/
:ent_id
/
subscriptions
curl "https://production.methodfi.com/entities/ent_TYHMaRJUUeJ7U/subscriptions" \
-H "Method-Version: 2024-04-04" \
-H "Authorization: Bearer sk_WyZEWVfTcH7GqmPzUPk65Vjc"
{
"credit_score": {
"id": "sub_c3a7hVjHCJzF3",
"name": "credit_score",
"status": "active",
"latest_request_id": null,
"created_at": "2024-04-12T00:21:58.737Z",
"updated_at": "2024-04-12T00:21:58.737Z"
},
"connect": {
"id": "sub_6f7XtMLymQx3f",
"name": "connect",
"status": "active",
"latest_request_id": null,
"created_at": "2024-04-12T00:22:54.921Z",
"updated_at": "2024-04-12T00:22:54.921Z"
}
}
Returns a map of Subscriptions names to Subscription objects associated with an Entity, or an empty array if none have been created.
Path Parameters
ID of the Entity.
Returns
Returns a map of Subscription names to Subscription objects.
curl "https://production.methodfi.com/entities/ent_TYHMaRJUUeJ7U/subscriptions" \
-H "Method-Version: 2024-04-04" \
-H "Authorization: Bearer sk_WyZEWVfTcH7GqmPzUPk65Vjc"
{
"credit_score": {
"id": "sub_c3a7hVjHCJzF3",
"name": "credit_score",
"status": "active",
"latest_request_id": null,
"created_at": "2024-04-12T00:21:58.737Z",
"updated_at": "2024-04-12T00:21:58.737Z"
},
"connect": {
"id": "sub_6f7XtMLymQx3f",
"name": "connect",
"status": "active",
"latest_request_id": null,
"created_at": "2024-04-12T00:22:54.921Z",
"updated_at": "2024-04-12T00:22:54.921Z"
}
}
curl "https://production.methodfi.com/entities/ent_TYHMaRJUUeJ7U/subscriptions" \
-H "Method-Version: 2024-04-04" \
-H "Authorization: Bearer sk_WyZEWVfTcH7GqmPzUPk65Vjc"
{
"credit_score": {
"id": "sub_c3a7hVjHCJzF3",
"name": "credit_score",
"status": "active",
"latest_request_id": null,
"created_at": "2024-04-12T00:21:58.737Z",
"updated_at": "2024-04-12T00:21:58.737Z"
},
"connect": {
"id": "sub_6f7XtMLymQx3f",
"name": "connect",
"status": "active",
"latest_request_id": null,
"created_at": "2024-04-12T00:22:54.921Z",
"updated_at": "2024-04-12T00:22:54.921Z"
}
}