Overview
What is Organization API?
Organization API is an API for programmatic access to organizational data. You can use it to list users, games and studios in an organization, as well as add games and studios, invite users and update their access levels.
info
The API is located at organization.gameanalytics.com
Getting access
To get access to Organization API, you need a Pro subscription.
info
To get the Organization API key, navigate to Organization settings, Organization API tab.
Using the API
Once you have a key, the API endpoints can be called with the x-api-key
header set to the API key you have generated. The endpoints are listed in API specification. Some general notes on using the API are detailed in API notes.