curl --request GET \
--url https://verification.didit.me/v3/sessions/{session_id}/reviews/ \
--header 'x-api-key: <api-key>'[
{
"id": 1,
"action": "status_change",
"old_status": "In Review",
"new_status": "Approved",
"note": "Document verified manually",
"created_at": "2025-06-01T15:00:00Z"
}
]Get the review history and activity log for a specific session.
curl --request GET \
--url https://verification.didit.me/v3/sessions/{session_id}/reviews/ \
--header 'x-api-key: <api-key>'[
{
"id": 1,
"action": "status_change",
"old_status": "In Review",
"new_status": "Approved",
"note": "Document verified manually",
"created_at": "2025-06-01T15:00:00Z"
}
]