06-13-2025 05:43
06-13-2025 05:43
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!
06-14-2025 00:08
06-14-2025 00:08
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!