yesterday
yesterday
Hi,
I'm trying to access Fitbit's HRV Intraday data using the following request:
GET https://api.fitbit.com/1/user/-/hrv/date/{startDate}/{endDate}/all.json
However, I receive a 403 Permission Denied error with the following response:
{
"error": {
"code": 403,
"message": "The caller does not have permission",
"status": "PERMISSION_DENIED"
}
}
My application type is currently set to Personal in the Fitbit developer portal.
Any guidance or help would be greatly appreciated.
Thanks in advance!
24m ago
24m ago
I'm having the exact same issue! I can call the HRV daily figure with zero issues but intraday is just rejected with 403. Would love to find a solution here!