Question: How can I request for a new token?
Step-by-step guide:
To get a new token send a GET request for oauth.xml method with specified parameters: client_id and secret_key.
Maximum period of time the token is valid is 24 hours from the time it was generated.
https://api.softnetsport.com/v2/oauth.xml?client_id=<your_client_id>&secret_key=<your_secret_key>