User Authorization
- The first time a ski log user logs access the API through your application, they will need to authorize your ap.
- This means you will not be able to access the Your Ski Log API without first authorizing a user.
- Authorize users by using the Pro Ski Coach Account API before making requests to Your Ski Log.
login
- Method: POST
- Parameters: userPassword, userID
- Returns: user_name (string), email (string), user_id (int), time_zone (int, + or - hours from GMT), subscription (date, expiration), powerUser (bool)
- Usage: Use this method to authorize a user session.