API¶
The open+ API is a Query Only API, meaning that you can only make GET
requests to the endpoints to query statistics data.
Authorization¶
All of the API endpoints uses Bearer token authorization meaning you need to include your Oauth2 access token
in the Authorization
header of your requests.
See Authorization for more info about authorization.