X-API-Key: ********************curl --location 'https://api.snakk.ai/api/identity/connections' \
--header 'X-API-Key: <api-key>'{
"connections": [
{
"id": "11111111-1111-1111-1111-111111111111",
"service_type": "vipps_login",
"display_name": "Vipps Login (production)",
"environment": "production",
"is_active": true,
"is_verified": true,
"last_verified_at": "2026-06-20T10:00:00.000Z",
"created_at": "2026-06-01T09:00:00.000Z",
"credentials": {
"test_phone_override": "+4791234567",
"test_ssn_masked": null
}
}
]
}