Events
Retrieve an Event
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
Events
Retrieve an Event
GET
/
events
/
:evt_id
curl https://production.methodfi.com/events/evt_knqJgxKUnqDVJ \
-H "Method-Version: 2024-04-04" \
-H "Authorization: Bearer sk_WyZEWVfTcH7GqmPzUPk65Vjc"
{
"id": "evt_7pPmytbXgWk7C",
"type": "credit_score.increased",
"resource_id": "crs_wXVk4MM7QWNnh",
"resource_type": "credit_score",
"data": "CreditScore",
"diff": {
"before": {
"id": "crs_pn4ca33GXFaCE",
"entity_id": "ent_au22b1fbFJbp8",
"status": "completed",
"scores": [
{
"score": 724,
"source": "equifax",
"model": "vantage_3",
"factors": []
}
]
},
"after": {
"id": "crs_wXVk4MM7QWNnh",
"entity_id": "ent_au22b1fbFJbp8",
"status": "completed",
"scores": [
{
"score": 741,
"source": "equifax",
"model": "vantage_3",
"factors": []
}
]
}
},
"updated_at": "2024-08-01T16:08:25.462Z",
"created_at": "2024-08-01T16:08:25.462Z"
}
Returns the Event object associated with the ID.
Path Parameters
ID of the Event
Returns
Returns the Event object associated with the ID.
curl https://production.methodfi.com/events/evt_knqJgxKUnqDVJ \
-H "Method-Version: 2024-04-04" \
-H "Authorization: Bearer sk_WyZEWVfTcH7GqmPzUPk65Vjc"
{
"id": "evt_7pPmytbXgWk7C",
"type": "credit_score.increased",
"resource_id": "crs_wXVk4MM7QWNnh",
"resource_type": "credit_score",
"data": "CreditScore",
"diff": {
"before": {
"id": "crs_pn4ca33GXFaCE",
"entity_id": "ent_au22b1fbFJbp8",
"status": "completed",
"scores": [
{
"score": 724,
"source": "equifax",
"model": "vantage_3",
"factors": []
}
]
},
"after": {
"id": "crs_wXVk4MM7QWNnh",
"entity_id": "ent_au22b1fbFJbp8",
"status": "completed",
"scores": [
{
"score": 741,
"source": "equifax",
"model": "vantage_3",
"factors": []
}
]
}
},
"updated_at": "2024-08-01T16:08:25.462Z",
"created_at": "2024-08-01T16:08:25.462Z"
}
curl https://production.methodfi.com/events/evt_knqJgxKUnqDVJ \
-H "Method-Version: 2024-04-04" \
-H "Authorization: Bearer sk_WyZEWVfTcH7GqmPzUPk65Vjc"
{
"id": "evt_7pPmytbXgWk7C",
"type": "credit_score.increased",
"resource_id": "crs_wXVk4MM7QWNnh",
"resource_type": "credit_score",
"data": "CreditScore",
"diff": {
"before": {
"id": "crs_pn4ca33GXFaCE",
"entity_id": "ent_au22b1fbFJbp8",
"status": "completed",
"scores": [
{
"score": 724,
"source": "equifax",
"model": "vantage_3",
"factors": []
}
]
},
"after": {
"id": "crs_wXVk4MM7QWNnh",
"entity_id": "ent_au22b1fbFJbp8",
"status": "completed",
"scores": [
{
"score": 741,
"source": "equifax",
"model": "vantage_3",
"factors": []
}
]
}
},
"updated_at": "2024-08-01T16:08:25.462Z",
"created_at": "2024-08-01T16:08:25.462Z"
}