curl "https://production.methodfi.com/accounts/acc_4m9amk4KFiaQX/attributes" \
-H "Method-Version: 2024-04-04" \
-H "Authorization: Bearer sk_WyZEWVfTcH7GqmPzUPk65Vjc"
{
"success": true,
"data": [
{
"id": "acc_attr_cWBKqwVP87kim",
"account_id": "acc_4m9amk4KFiaQX",
"status": "completed",
"attributes": {
"usage_pattern": {
"value": "revolver"
},
"utilization": {
"value": 0.13
},
"account_standing": {
"value": "major_delinquency"
},
"delinquent_period": {
"value": "over_120"
},
"delinquent_outcome": {
"value": "charge_off"
},
"delinquent_amount": {
"value": 1200
}
},
"error": null,
"created_at": "2025-02-03T03:20:43.482Z",
"updated_at": "2025-02-03T03:20:43.482Z"
},
{...}
],
"message": null
}
Retrieves a list of Attributes for an Account.
Path Parameters
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/accounts/acc_4m9amk4KFiaQX/attributes" \
-H "Method-Version: 2024-04-04" \
-H "Authorization: Bearer sk_WyZEWVfTcH7GqmPzUPk65Vjc"
{
"success": true,
"data": [
{
"id": "acc_attr_cWBKqwVP87kim",
"account_id": "acc_4m9amk4KFiaQX",
"status": "completed",
"attributes": {
"usage_pattern": {
"value": "revolver"
},
"utilization": {
"value": 0.13
},
"account_standing": {
"value": "major_delinquency"
},
"delinquent_period": {
"value": "over_120"
},
"delinquent_outcome": {
"value": "charge_off"
},
"delinquent_amount": {
"value": 1200
}
},
"error": null,
"created_at": "2025-02-03T03:20:43.482Z",
"updated_at": "2025-02-03T03:20:43.482Z"
},
{...}
],
"message": null
}