Cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

403 Permission Denied for HRV Intraday API – Personal Application Type

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!

Best Answer
0 Votes
1 REPLY 1

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!

Best Answer
0 Votes