cancel
Showing results for 
Search instead for 
Did you mean: 

Authorization Error - activity:read_permission

SingleAPI
Mt. Kenya

I receive this response when trying to access the activities endpoint for v3.  I'm able to use the athlete endpoint and get information.  I used the activity:read_all scope when authorizing my own account.

{
"message": "Authorization Error",
"errors": [
{
"resource": "AccessToken",
"field": "activity:read_permission",
"code": "missing"
}
]
}

1 ACCEPTED SOLUTION

Jan_Mantau
Denali

Did you actually use the access token you got from when you authorized your account? It's not the same as the one in the api settings page.

View solution in original post

2 REPLIES 2

Jan_Mantau
Denali

Did you actually use the access token you got from when you authorized your account? It's not the same as the one in the api settings page.

Thank You - Yes, I was not using the correct refresh token to get my access token.  I was using the API refresh token and then also using it's access token.  I authorized and received the right tokens to be able to move forward.