Get Session
Developer API Home
Login with user creditionals and get session id for other api calls.
Sessions last INDEFINATELY. Since users can change their username and password it is recommended that you only make this api call once per user and store the result instead of storing the users credentials.
It is stronlgy suggested that you access this api call over SSL.
URL: https://www.oobgolf.com/api/get_session.php
Sample Request: https://www.oobgolf.com/api/get_session.php?username=test&password=password&dev=YOUR-KEY-HERE
URL: https://www.oobgolf.com/api/get_session.php
Sample Request: https://www.oobgolf.com/api/get_session.php?username=test&password=password&dev=YOUR-KEY-HERE
| Required Parameters | |
| username | username of the user to which the session will belong |
| password | password of the user to which the session will belong |
| dev | developer api key |
| Optional Parameters |
Sample Response:
