X-API-Key: ********************curl --location 'https://api.snakk.ai/api/identity/verifications?limit=&offset=' \
--header 'X-API-Key: <api-key>'{
"verifications": [
{
"id": "33333333-3333-3333-3333-333333333333",
"room_name": "room-abc",
"phone_number": "+4791234567",
"provider": "vipps",
"status": "verified",
"verified_name": "Ola Nordmann",
"verified_phone": "+4791234567",
"acr_values": null,
"binding_message": null,
"initiated_at": "2026-06-20T10:00:00.000Z",
"verified_at": "2026-06-20T10:00:30.000Z",
"error_message": null,
"agent_name": null,
"environment": "production"
}
],
"total": 1,
"limit": 50,
"offset": 0
}