Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
{ "event_type": "<string>", "user_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "client_user_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "team_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "data": { "provider": { "logo": "https://logo_url.com", "name": "Fitbit", "slug": "fitbit" }, "resource_availability": { "body": { "scope_requirements": { "user_denied": { "optional": [], "required": [] }, "user_granted": { "optional": [], "required": [ "weight" ] } }, "status": "available" }, "sleep": { "scope_requirements": { "user_denied": { "optional": [ "heartrate", "oxygen_saturation", "respiratory_rate" ], "required": [ "sleep" ] }, "user_granted": { "optional": [], "required": [] } }, "status": "unavailable" } }, "user_id": "1449752e-0d8a-40e0-9206-91ab099b2537" } }
Fired when a user successfully connects a wearable, app, or health data provider to their account.
"provider.connection.created"
Show child attributes
{ "provider": { "logo": "https://logo_url.com", "name": "Fitbit", "slug": "fitbit" }, "resource_availability": { "body": { "scope_requirements": { "user_denied": { "optional": [], "required": [] }, "user_granted": { "optional": [], "required": ["weight"] } }, "status": "available" }, "sleep": { "scope_requirements": { "user_denied": { "optional": [ "heartrate", "oxygen_saturation", "respiratory_rate" ], "required": ["sleep"] }, "user_granted": { "optional": [], "required": [] } }, "status": "unavailable" } }, "user_id": "1449752e-0d8a-40e0-9206-91ab099b2537"}
Was this page helpful?