Stats API How To¶
Request¶
Assumptions:
- Valid API key:
my_valid_api_key
- API endpoint:
https://<REGION>.s73cloud.com/public/api/v3/
Here you can find an example of how to make a valid HTTP request using curl, a command line tool.
curl -H "Authorization: my_valid_api_key" https://<REGION>.s73cloud.com/public/api/v3/summary?time=live
<REGION>
can be either "emea" or "americas" based on the geographical location of your account. 1
For a list of valid actions, check out the reference section in this documentation.
-
Please contact support@system73.com if you need additional help accessing our API. ↩
Last update:
2023-01-23