X-API-Key: ********************curl --location 'https://api.snakk.ai/api/identity/verifications/stats?days=' \
--header 'X-API-Key: <api-key>'{
"stats": {
"total": 10,
"verified": 8,
"pending": 1,
"failed": 1,
"expired": 0,
"by_provider": {
"vipps": 6,
"idura": 4
}
},
"period_days": 30
}