Attributes
List all Attributes
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
Attributes
List all Attributes
GET
/
entities
/
:ent_id
/
attributes
curl "https://production.methodfi.com/entities/ent_yVf3mkzbhz9tj/attributes" \
-H "Method-Version: 2024-04-04" \
-H "Authorization: Bearer sk_WyZEWVfTcH7GqmPzUPk65Vjc"
{
"success": true,
"data": [
{
"id": "attr_nrPjaahMX4yRA",
"entity_id": "ent_BzirqpLEm3BW7",
"status": "completed",
"attributes": {
"credit_health_credit_card_usage": {
"value": 22,
"rating": "good"
},
"credit_health_derogatory_marks": {
"value": 1,
"rating": "fair"
},
"credit_health_hard_inquiries": {
"value": 1,
"rating": "fair"
},
"credit_health_total_accounts": {
"value": 15,
"rating": "fair"
},
"credit_health_credit_age": {
"value": 42,
"rating": "needs_work"
},
"credit_health_payment_history": {
"value": 100,
"rating": "excellent"
},
"credit_health_open_accounts": {
"value": 10,
"rating": "no_rating"
},
"credit_health_entity_delinquent": {
"value": true,
"rating": "no_rating",
"metadata": {
"delinquent_account_ids": [
"acc_4xJ38CQy3mNRr",
"acc_NMi7FhTJYeBYy"
]
}
}
},
"error": null,
"created_at": "2024-09-09T00:16:44.838Z",
"updated_at": "2024-09-09T00:16:44.838Z"
},
{...}
],
"message": null
}
Retrieve a list of Attributes for a specific Entity.
Path Parameters
ID of the Entity.
Query Parameters
ISO 8601 formatted date (YYYY-MM-DD) to filter for Attributes created on and after the date provided.
ISO 8601 formatted date (YYYY-MM-DD) to filter for Attributes created on and before the date provided.
The number of the page to return.
The ID of a resource from which a page should start or end. Mutually exclusive with page
.
The number of Attributes to return per page.
Returns
Returns a list of Attributes.
curl "https://production.methodfi.com/entities/ent_yVf3mkzbhz9tj/attributes" \
-H "Method-Version: 2024-04-04" \
-H "Authorization: Bearer sk_WyZEWVfTcH7GqmPzUPk65Vjc"
{
"success": true,
"data": [
{
"id": "attr_nrPjaahMX4yRA",
"entity_id": "ent_BzirqpLEm3BW7",
"status": "completed",
"attributes": {
"credit_health_credit_card_usage": {
"value": 22,
"rating": "good"
},
"credit_health_derogatory_marks": {
"value": 1,
"rating": "fair"
},
"credit_health_hard_inquiries": {
"value": 1,
"rating": "fair"
},
"credit_health_total_accounts": {
"value": 15,
"rating": "fair"
},
"credit_health_credit_age": {
"value": 42,
"rating": "needs_work"
},
"credit_health_payment_history": {
"value": 100,
"rating": "excellent"
},
"credit_health_open_accounts": {
"value": 10,
"rating": "no_rating"
},
"credit_health_entity_delinquent": {
"value": true,
"rating": "no_rating",
"metadata": {
"delinquent_account_ids": [
"acc_4xJ38CQy3mNRr",
"acc_NMi7FhTJYeBYy"
]
}
}
},
"error": null,
"created_at": "2024-09-09T00:16:44.838Z",
"updated_at": "2024-09-09T00:16:44.838Z"
},
{...}
],
"message": null
}
curl "https://production.methodfi.com/entities/ent_yVf3mkzbhz9tj/attributes" \
-H "Method-Version: 2024-04-04" \
-H "Authorization: Bearer sk_WyZEWVfTcH7GqmPzUPk65Vjc"
{
"success": true,
"data": [
{
"id": "attr_nrPjaahMX4yRA",
"entity_id": "ent_BzirqpLEm3BW7",
"status": "completed",
"attributes": {
"credit_health_credit_card_usage": {
"value": 22,
"rating": "good"
},
"credit_health_derogatory_marks": {
"value": 1,
"rating": "fair"
},
"credit_health_hard_inquiries": {
"value": 1,
"rating": "fair"
},
"credit_health_total_accounts": {
"value": 15,
"rating": "fair"
},
"credit_health_credit_age": {
"value": 42,
"rating": "needs_work"
},
"credit_health_payment_history": {
"value": 100,
"rating": "excellent"
},
"credit_health_open_accounts": {
"value": 10,
"rating": "no_rating"
},
"credit_health_entity_delinquent": {
"value": true,
"rating": "no_rating",
"metadata": {
"delinquent_account_ids": [
"acc_4xJ38CQy3mNRr",
"acc_NMi7FhTJYeBYy"
]
}
}
},
"error": null,
"created_at": "2024-09-09T00:16:44.838Z",
"updated_at": "2024-09-09T00:16:44.838Z"
},
{...}
],
"message": null
}