Handling authentication events
1. Handle authentication events
{
"type": "auth",
"status": "success",
"widget_session_id": "a9a0c7a4-c05e-4550-a973-f87a31a7c558",
"user": {
"scopes": "COURSE_IMPORT,WORKOUT_IMPORT,ACTIVITY_EXPORT,HEALTH_EXPORT",
"active": true,
"last_webhook_update": null,
"created_at": "2024-10-07T03:45:00.000000+00:00",
"user_id": "4735eac4-31a2-47ef-8b11-51e98d84c680",
"reference_id": "tony_stark",
"provider": "GARMIN"
},
"reference_id": "tony_stark",
"message": "User has successfully authenticated",
"version": "2022-03-16"
}2. Retrieve User ID
Last updated
Was this helpful?