cURL
curl --request GET \ --url https://api.dontdie.com/account-health/connections \ --header 'Authorization: Bearer <token>' \ --header 'x-dd-client-id: <api-key>'
[ { "id": "<string>", "userId": "<string>", "providerName": "fitbit", "providerUserId": "<string>", "createdAt": "<string>" } ]
Get the authenticated user’s health connections
Enter your Bearer token in the format: Bearer
Your API client ID for the request
OK
The ID of the health connection
The ID of the user
The name of the health provider
fitbit
garmin
The ID of the user on the health provider
The date and time the health connection was created
Was this page helpful?