Where to get a new token?
This article will tell you where to get the new token necessary to use the SportsAPI product.
Problem:
To execute queries in the SportsAPI product, a new token is required. Each generated token is valid for 24 hours. After that time, a new token must be generated.
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.
https://api.statscore.com/v2/oauth?client_id=your_client_id&secret_key=your_secret_key
All needed credentials you should receigein product welcoming e-mail.
Maximum period of time the token is valid is 24 hours from the time it was generated.