Developer Discussions
Have a question about using the API? Ask it here.
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! 401 error for GET requests

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 GE...

Resolved! Strava oauth username null

Hi guys, playing around with strava api and authorization using next.auth. I found out, that my account has username equal 'null' (e.g. curl -G https://www.strava.com/api/v3/athlete). Is it normal?

kubej by Mt. Kenya
  • 498 Views
  • 1 replies
  • 0 kudos

Resolved! Athlete Activities Auth Error

Hello,When I try to get a list of athlete activities, I get the following error: { "message": "Authorization Error", "errors": [ { "resource": "AccessToken", "field": "activity:read_permission", "co...

Resolved! Official strava list for UNIQUE_DEVICE_NAME

Hi everyone,As mentioned here in the documentation https://developers.strava.com/docs/uploads/part Device Mapping, strava maintains an official UNIQUE_DEVICE_NAME list for each wearable device.Where can we find this list?especially for Xiaomi: Xiaomi...

qlefevre by Mt. Kenya
  • 601 Views
  • 1 replies
  • 0 kudos

Resolved! Odd API Endpoint routing behavior

Hi  Your api server endpoint router rules for fetching the authenticated athlete:`GET https://www.strava.com/api/v3/athlete`Also allows`GET https://www.strava.com/api/v3/athlete.umbrella`and other variations of `athlete.*` return the athlete. I haven...

tcoyze by Mt. Kenya
  • 699 Views
  • 1 replies
  • 0 kudos

Resolved! Webhooks Nestjs

Hello,  I have to create a webhook so that strava sends me the information of the athletes' activities to my app in nestjs and I don't know where to start.I appreciate your recommendations.

Api in C#

In https://developers.strava.com/docs/reference/ there are examples in C# using the com.strava.api.v3.api libraries, but where download the libraries from?I tried downloading from https://github.com/tdao7/.Net-Strava-API and some api calls work, but ...

MxSport by Shkhara
  • 1101 Views
  • 4 replies
  • 3 kudos