Path Parameters
Query Parameters
Returns
Returns a list of EntityVerificationSessions.Copy
Ask AI
curl "https://production.methodfi.com/entities/ent_yVf3mkzbhz9tj/verification_sessions" \
-H "Method-Version: 2025-07-04" \
-H "Authorization: Bearer sk_WyZEWVfTcH7GqmPzUPk65Vjc"
Copy
Ask AI
{
"success": true,
"data": [
{
"id": "evf_qTNNzCQ63zHJ9",
"entity_id": "ent_yVf3mkzbhz9tj",
"status": "verified",
"type": "identity",
"method": "kba",
"kba": {
"questions": [],
"authenticated": true
},
"error": null,
"created_at": "2024-04-11T19:23:44.742Z",
"updated_at": "2024-04-11T19:23:44.742Z"
},
{
"id": "evf_3VT3bHTCnPbrm",
"entity_id": "ent_yVf3mkzbhz9tj",
"status": "verified",
"type": "phone",
"method": "sms",
"sms": {
"timestamp": "2024-04-10T16:42:03.751Z"
},
"error": null,
"created_at": "2024-04-10T16:40:16.283Z",
"updated_at": "2024-04-10T16:40:16.283Z"
},
{...}
],
"message": null
}