cancel
Showing results for 
Search instead for 
Did you mean: 

401 error for GET requests

harrytucker
Mt. Kenya

I'm unable to perform any GET requests after completing the initial auth setup and successfully exchanging the auth token for refresh token, access token, and expiration date. The POST was successful and I can see my athlete info, but unable to do GET requests after:

https://www.strava.com/api/v3/athlete?access_token=[access_token from api settings]

response:{
    "message": "Authorization Error",
    "errors": [
        {
            "resource": "Athlete",
            "field": "access_token",
            "code": "invalid"
        }
    ]

I also cannot authorize in the dev playground with the same error, even with the correct client_id and secret. Same error as above. 

I wonder if I've gotten into a bad state somehow as I have gone through the exchange process a few times to see if that was the issue.

client_id: 116065

1 ACCEPTED SOLUTION

harrytucker
Mt. Kenya

Resolved. May have been spamming it.

View solution in original post

1 REPLY 1

harrytucker
Mt. Kenya

Resolved. May have been spamming it.