How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

GameAnalytics Organization API

Programmatic administration of games, studios, users, and permissions.

GameAnalytics Organization API is one of 4 APIs that GameAnalytics publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Organization. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and an API reference.

This API exposes 9 operations across 7 paths, and defines 6 schemas. It is described by OpenAPI 3.0.3, at version 1.0.

Requests are made against 4 base URLs: https://api.gameanalytics.com, https://sandbox-api.gameanalytics.com, https://metrics.gameanalytics.com, https://organization.gameanalytics.com.

9 operations 7 paths 6 schemas 5 GET4 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
1.0
Base URL
https://api.gameanalytics.com/v2
Authentication
API Key, API Key
Terms of Service
Resource Areas
1

Authentication & Security 2

GameAnalytics Organization API declares 2 security schemes for authenticating requests. An API key is passed in the header as Authorization (hmacAuth). An API key is passed in the header as X-API-Key (apiKeyHeader).

  • hmacAuth — Base64-encoded HMAC-SHA256 digest of the raw (optionally gzipped) request body, keyed with the game's secret key. Used by the Collection API.
  • apiKeyHeader — API key generated in the GameAnalytics dashboard. The Metrics API uses the X-API-Key header; the Organization API uses an equivalent API-key header.

Paths & Operations 9

Across 7 paths, the API surfaces 9 operations — 5 GET, 4 POST. Each is listed below with its method, path, parameters, and response codes.

Organization 9

Programmatic administration of games, studios, users, and permissions.

GET
/api/v1/games
List all games in the organization.
listGames → 200401
POST
/api/v1/games
Create a game.
createGame body → 200
GET
/api/v1/games/{game_id}
Retrieve a single game.
getGame 1 param → 200
GET
/api/v1/studios
List all studios in the organization.
listStudios → 200
POST
/api/v1/studios
Create a studio.
createStudio body → 200
GET
/api/v1/studios/{studio_id}
Retrieve a single studio.
getStudio 1 param → 200
GET
/api/v1/users
List all users in the organization.
listUsers → 200
POST
/api/v1/users/invite
Invite a user to the organization.
inviteUser body → 200
POST
/api/v1/users/{user_id}/replace_acl
Replace a user's access permissions (ACL).
replaceUserAcl 1 param body → 200

Schemas 6

The contract defines 6 schemas that model the data the API accepts and returns. The most detailed are Game (6 properties), User (3 properties), UserInvite (2 properties), Studio (2 properties). Each schema is shown below with its type and property counts.

User
object
3 properties
Acl
object
Access control list mapping games/studios to permission roles.
2 properties
Game
object
6 properties
Error
object
2 properties
Studio
object
2 properties
UserInvite
object
2 properties 1 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

gameanalytics-organization-api-openapi.yml Raw ↑

Other APIs GameAnalytics publishes across the network.

GameAnalytics Data Export (PipelineIQ)
GameAnalytics Collection API
GameAnalytics Metrics API
Where this information came from

This is an independent, third-party profile of GameAnalytics Organization API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.