Automation

Unified API

Every developer action uses /v1/api.json with a stable action name and a JSON data object.

Request shape

POST https://newgame.win/v1/api.json
Content-Type: application/json
Authorization: Bearer <account-token>

{
  "action": "dev.games.list",
  "data": { "publisher_id": 123 }
}

Key action groups

  • dev.profile.*: developer profile bootstrap.
  • dev.publishers.* and dev.members.*: publisher ownership and team access.
  • dev.games.*: game drafts, metadata, and review submission.
  • dev.builds.* and dev.releases.*: builds, release drafts, and track review.
  • dev.testers.* and dev.capacity.*: testing access and open beta capacity.