X-API-Key: ********************curl --location 'https://api.snakk.ai/api/identity/connections' \
--header 'X-API-Key: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"service_type": "vipps_login",
"environment": "production",
"display_name": "Example AS Vipps",
"credentials": {
"client_id": "abc123",
"client_secret": "secret",
"subscription_key": "subkey",
"msn": "123456"
}
}'{
"success": true,
"connection": {
"id": "11111111-1111-1111-1111-111111111111",
"service_type": "vipps_login",
"environment": "production",
"display_name": "Example AS Vipps",
"is_active": true
}
}