Beamable · Example Payload

Beamable Microservice Manifest Example

Example request and response for retrieving the current deployed microservice manifest for a Beamable realm.

Game BackendLiveOpsPlayer AccountsVirtual CurrencyInventoryLeaderboardsMatchmakingMicroservicesUnityUnrealGame EconomyAnalytics

Beamable Microservice Manifest Example is an example object payload from Beamable, with 7 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

titledescriptionapiendpointrequestresponsenotes

Example Payload

Raw ↑
{
  "title": "Beamable Microservice Manifest Query Example",
  "description": "Example request and response for retrieving the current deployed microservice manifest for a Beamable realm.",
  "api": "beamable:microservices",
  "endpoint": "GET /basic/beamo/manifest/current",
  "request": {
    "headers": {
      "Authorization": "Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9...",
      "X-DE-GAMEID": "YOUR_CID.YOUR_PID"
    }
  },
  "response": {
    "status": 200,
    "body": {
      "id": "manifest-v3",
      "created": 1700000000,
      "comments": "Deployed via Beamable CLI",
      "manifest": [
        {
          "serviceName": "MyMatchmakingService",
          "imageId": "beamable/my-matchmaking:1.2.0",
          "enabled": true,
          "templateId": "small",
          "components": [],
          "dependencies": []
        },
        {
          "serviceName": "MyLeaderboardService",
          "imageId": "beamable/my-leaderboard:1.0.4",
          "enabled": true,
          "templateId": "small",
          "components": [],
          "dependencies": []
        }
      ]
    }
  },
  "notes": "Returns the currently deployed manifest for all custom microservices in the realm. The templateId controls the compute size allocated to each service."
}

Work with this as data

Every example here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for examples

4 MCP tools reach this
  • find_examplesBrowse and filter every example in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This example
curl "https://apis.io/api/v1/examples/beamable-microservice-manifest-example"
All examples
curl "https://apis.io/api/v1/examples?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.