UserName At present you can only retrieve your own data so this should always be "my" or the username of the authorized user (which are equivalent).
Use this to GET existing runs, POST new runs, PUT a replacement of an existing run, or PATCH a single field update to an existing run.
UserName At present you can only retrieve your own data so this should always be "my" or the username of the authorized user (which are equivalent).
The activities notables endpoint can be used to GET the notables for an existing activity.
UserName At present you can only retrieve your own data so this should always be "my" or the username of the authorized user (which are equivalent).
The badges endpoint can be used to retrieve all of the badges a user has earned,
https://api.smashrun.com/v1/my/badges
https://api.smashrun.com/v1/my/badges/new
The stats endpoint can be used to get summary information about a user's running for a given month, year, or all time
The goals endpoint can be used to get a user's running goal for a given month, year, or all time
The body endpoint can be used to get and save metrics about an athlete's body. Weight for now, but maybe one day: body fat, sleep, blood pressure, etc...
https://api.smashrun.com/v1/my/body/weight/latest
https://api.smashrun.com/v1/my/body/weight
The userinfo endpoint returns information about the user associated with the current oauth token
https://api.smashrun.com/v1/my/userinfo