{ "info": { "_postman_id": "e90f13d0-80d5-4133-80ad-e613d35dcace", "name": "Unity Analytics Allocations Fleets API", "description": "The Unity Analytics REST API provides endpoints for ingesting custom analytics events from game clients and servers. Events are used to track player behavior, game performance, and feature adoption. The API supports batched event ingestion with automatic retry and buffering for high-volume game telemetry.\n\nContact Support:\n Name: Unity Support", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T03:23:26.000Z", "updatedAt": "2026-07-28T03:23:26.000Z", "lastUpdatedBy": "35240", "uid": "35240-e90f13d0-80d5-4133-80ad-e613d35dcace" }, "item": [ { "name": "v1", "item": [ { "name": "projects", "item": [ { "name": "{projectId}", "item": [ { "name": "regions", "item": [ { "name": "{regionId}", "item": [ { "name": "fleets", "item": [ { "name": "{fleetId}", "item": [ { "name": "Get Fleet", "id": "c33cdb71-f3d8-4c01-a1d1-2791ca9b81a7", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/projects/:projectId/regions/:regionId/fleets/:fleetId", "host": [ "{{baseUrl}}" ], "path": [ "v1", "projects", ":projectId", "regions", ":regionId", "fleets", ":fleetId" ], "variable": [ { "id": "16c761a4-d8d3-4abd-92df-d4068151003b", "key": "projectId", "value": "", "description": "(Required) " }, { "id": "5486ff11-0520-4d15-b145-1573ecf1fdce", "key": "regionId", "value": "", "description": "(Required) " }, { "id": "60fa6ca4-0dd8-486f-8f09-45b95c434195", "key": "fleetId", "value": "", "description": "(Required) " } ] }, "description": "Returns the configuration and status of a specific fleet." }, "response": [ { "id": "bf3212a1-a4b7-45f4-a3d2-d2c0cdbd0efe", "name": "Fleet details", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/projects/:projectId/regions/:regionId/fleets/:fleetId", "host": [ "{{baseUrl}}" ], "path": [ "v1", "projects", ":projectId", "regions", ":regionId", "fleets", ":fleetId" ], "variable": [ { "key": "projectId" }, { "key": "regionId" }, { "key": "fleetId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"name\": \"\",\n \"buildConfiguration\": {\n \"buildId\": \"\",\n \"commandLine\": \"\",\n \"queryType\": \"A2SQUERYTYPE\",\n \"binaryPath\": \"\",\n \"cores\": \"\",\n \"speedMhz\": \"\",\n \"memory\": \"\"\n },\n \"scalingSettings\": {\n \"minFreeServers\": \"\",\n \"maxFreeServers\": \"\"\n },\n \"status\": \"DELETED\",\n \"serverCount\": \"\",\n \"freeServerCount\": \"\",\n \"allocationCount\": \"\",\n \"created\": \"\",\n \"modified\": \"\"\n}", "createdAt": "2026-07-28T03:23:26.000Z", "updatedAt": "2026-07-28T03:23:26.000Z", "uid": "35240-bf3212a1-a4b7-45f4-a3d2-d2c0cdbd0efe" }, { "id": "6757eb47-c281-473a-a89b-f68ec738bc33", "name": "Fleet not found", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/projects/:projectId/regions/:regionId/fleets/:fleetId", "host": [ "{{baseUrl}}" ], "path": [ "v1", "projects", ":projectId", "regions", ":regionId", "fleets", ":fleetId" ], "variable": [ { "key": "projectId" }, { "key": "regionId" }, { "key": "fleetId" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:23:26.000Z", "updatedAt": "2026-07-28T03:23:26.000Z", "uid": "35240-6757eb47-c281-473a-a89b-f68ec738bc33" } ], "createdAt": "2026-07-28T03:23:26.000Z", "updatedAt": "2026-07-28T03:23:26.000Z", "uid": "35240-c33cdb71-f3d8-4c01-a1d1-2791ca9b81a7" }, { "name": "Update Fleet", "id": "c7a3d9d2-8c3c-4f3b-991f-60cd7de6b4a4", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"buildConfiguration\": {\n \"buildId\": \"\",\n \"commandLine\": \"\",\n \"queryType\": \"SQPQUERYTYPE\",\n \"binaryPath\": \"\",\n \"cores\": \"\",\n \"speedMhz\": \"\",\n \"memory\": \"\"\n },\n \"scalingSettings\": {\n \"minFreeServers\": \"\",\n \"maxFreeServers\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/projects/:projectId/regions/:regionId/fleets/:fleetId", "host": [ "{{baseUrl}}" ], "path": [ "v1", "projects", ":projectId", "regions", ":regionId", "fleets", ":fleetId" ], "variable": [ { "id": "a8788016-b89d-479c-a0fe-8db4643da471", "key": "projectId", "value": "", "description": "(Required) " }, { "id": "f8c5b44e-9370-4a69-96d0-c0e234dd81f3", "key": "regionId", "value": "", "description": "(Required) " }, { "id": "b0f37ede-7661-457a-b38f-de290a50e769", "key": "fleetId", "value": "", "description": "(Required) " } ] }, "description": "Updates fleet configuration including scaling settings and build version." }, "response": [ { "id": "4bc730c7-2fa1-4027-b436-15e3cb94e40b", "name": "Fleet updated", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"buildConfiguration\": {\n \"buildId\": \"\",\n \"commandLine\": \"\",\n \"queryType\": \"SQPQUERYTYPE\",\n \"binaryPath\": \"\",\n \"cores\": \"\",\n \"speedMhz\": \"\",\n \"memory\": \"\"\n },\n \"scalingSettings\": {\n \"minFreeServers\": \"\",\n \"maxFreeServers\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/projects/:projectId/regions/:regionId/fleets/:fleetId", "host": [ "{{baseUrl}}" ], "path": [ "v1", "projects", ":projectId", "regions", ":regionId", "fleets", ":fleetId" ], "variable": [ { "key": "projectId" }, { "key": "regionId" }, { "key": "fleetId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"name\": \"\",\n \"buildConfiguration\": {\n \"buildId\": \"\",\n \"commandLine\": \"\",\n \"queryType\": \"A2SQUERYTYPE\",\n \"binaryPath\": \"\",\n \"cores\": \"\",\n \"speedMhz\": \"\",\n \"memory\": \"\"\n },\n \"scalingSettings\": {\n \"minFreeServers\": \"\",\n \"maxFreeServers\": \"\"\n },\n \"status\": \"DELETED\",\n \"serverCount\": \"\",\n \"freeServerCount\": \"\",\n \"allocationCount\": \"\",\n \"created\": \"\",\n \"modified\": \"\"\n}", "createdAt": "2026-07-28T03:23:26.000Z", "updatedAt": "2026-07-28T03:23:26.000Z", "uid": "35240-4bc730c7-2fa1-4027-b436-15e3cb94e40b" } ], "createdAt": "2026-07-28T03:23:26.000Z", "updatedAt": "2026-07-28T03:23:26.000Z", "uid": "35240-c7a3d9d2-8c3c-4f3b-991f-60cd7de6b4a4" }, { "name": "Delete Fleet", "id": "03e6d705-f634-4cb9-82f5-78af9925588f", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/v1/projects/:projectId/regions/:regionId/fleets/:fleetId", "host": [ "{{baseUrl}}" ], "path": [ "v1", "projects", ":projectId", "regions", ":regionId", "fleets", ":fleetId" ], "variable": [ { "id": "33c8bbf0-c2f2-457b-8eec-78184e07e84e", "key": "projectId", "value": "", "description": "(Required) " }, { "id": "e2218fe9-973e-40b4-aa36-a2a5487f0279", "key": "regionId", "value": "", "description": "(Required) " }, { "id": "95d9cb0f-a3f1-4932-bb9c-8a543d4b0311", "key": "fleetId", "value": "", "description": "(Required) " } ] }, "description": "Deletes a server fleet and terminates all associated servers." }, "response": [ { "id": "369ad173-1546-415f-a4db-4125f987dc32", "name": "Fleet deleted", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/projects/:projectId/regions/:regionId/fleets/:fleetId", "host": [ "{{baseUrl}}" ], "path": [ "v1", "projects", ":projectId", "regions", ":regionId", "fleets", ":fleetId" ], "variable": [ { "key": "projectId" }, { "key": "regionId" }, { "key": "fleetId" } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:23:26.000Z", "updatedAt": "2026-07-28T03:23:26.000Z", "uid": "35240-369ad173-1546-415f-a4db-4125f987dc32" } ], "createdAt": "2026-07-28T03:23:26.000Z", "updatedAt": "2026-07-28T03:23:26.000Z", "uid": "35240-03e6d705-f634-4cb9-82f5-78af9925588f" } ], "id": "62d94436-5e21-4010-91c3-5a31cd95fd8f", "createdAt": "2026-07-28T03:23:26.000Z", "updatedAt": "2026-07-28T03:23:26.000Z", "uid": "35240-62d94436-5e21-4010-91c3-5a31cd95fd8f" }, { "name": "List Fleets", "id": "66b8ada7-af60-4c6d-a401-0a953812312f", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/projects/:projectId/regions/:regionId/fleets", "host": [ "{{baseUrl}}" ], "path": [ "v1", "projects", ":projectId", "regions", ":regionId", "fleets" ], "variable": [ { "id": "8ebda8c4-a6c6-4140-80b2-6cc698e1e379", "key": "projectId", "value": "", "description": "(Required) " }, { "id": "4e4da89c-8c80-4e78-9d3d-7d01edfab586", "key": "regionId", "value": "", "description": "(Required) " } ] }, "description": "Returns all configured server fleets for the specified project region." }, "response": [ { "id": "ce7fb95e-071f-4ccf-bb8e-80dc2eb8ff98", "name": "List of fleets", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/projects/:projectId/regions/:regionId/fleets", "host": [ "{{baseUrl}}" ], "path": [ "v1", "projects", ":projectId", "regions", ":regionId", "fleets" ], "variable": [ { "key": "projectId" }, { "key": "regionId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"fleets\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"buildConfiguration\": {\n \"buildId\": \"\",\n \"commandLine\": \"\",\n \"queryType\": \"SQPQUERYTYPE\",\n \"binaryPath\": \"\",\n \"cores\": \"\",\n \"speedMhz\": \"\",\n \"memory\": \"\"\n },\n \"scalingSettings\": {\n \"minFreeServers\": \"\",\n \"maxFreeServers\": \"\"\n },\n \"status\": \"ACTIVE\",\n \"serverCount\": \"\",\n \"freeServerCount\": \"\",\n \"allocationCount\": \"\",\n \"created\": \"\",\n \"modified\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"buildConfiguration\": {\n \"buildId\": \"\",\n \"commandLine\": \"\",\n \"queryType\": \"NONE\",\n \"binaryPath\": \"\",\n \"cores\": \"\",\n \"speedMhz\": \"\",\n \"memory\": \"\"\n },\n \"scalingSettings\": {\n \"minFreeServers\": \"\",\n \"maxFreeServers\": \"\"\n },\n \"status\": \"ACTIVE\",\n \"serverCount\": \"\",\n \"freeServerCount\": \"\",\n \"allocationCount\": \"\",\n \"created\": \"\",\n \"modified\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T03:23:26.000Z", "updatedAt": "2026-07-28T03:23:26.000Z", "uid": "35240-ce7fb95e-071f-4ccf-bb8e-80dc2eb8ff98" }, { "id": "60667325-8f91-4aa2-b2a5-56cf6d091fac", "name": "Unauthorized", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/projects/:projectId/regions/:regionId/fleets", "host": [ "{{baseUrl}}" ], "path": [ "v1", "projects", ":projectId", "regions", ":regionId", "fleets" ], "variable": [ { "key": "projectId" }, { "key": "regionId" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:23:26.000Z", "updatedAt": "2026-07-28T03:23:26.000Z", "uid": "35240-60667325-8f91-4aa2-b2a5-56cf6d091fac" } ], "createdAt": "2026-07-28T03:23:26.000Z", "updatedAt": "2026-07-28T03:23:26.000Z", "uid": "35240-66b8ada7-af60-4c6d-a401-0a953812312f" }, { "name": "Create Fleet", "id": "d1120f94-311c-479b-9a7d-fe8bf1451321", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"buildConfiguration\": {\n \"buildId\": \"\",\n \"commandLine\": \"\",\n \"queryType\": \"NONE\",\n \"binaryPath\": \"\",\n \"cores\": \"\",\n \"speedMhz\": \"\",\n \"memory\": \"\"\n },\n \"scalingSettings\": {\n \"minFreeServers\": \"\",\n \"maxFreeServers\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/projects/:projectId/regions/:regionId/fleets", "host": [ "{{baseUrl}}" ], "path": [ "v1", "projects", ":projectId", "regions", ":regionId", "fleets" ], "variable": [ { "id": "5dfa9432-0fab-464e-b90e-01b03531c00f", "key": "projectId", "value": "", "description": "(Required) " }, { "id": "c22f2620-537a-47ab-b7d8-c427dae50605", "key": "regionId", "value": "", "description": "(Required) " } ] }, "description": "Creates a new server fleet with specified configuration and build version." }, "response": [ { "id": "d0e95026-1593-44e4-9da3-74d0072b3ae5", "name": "Fleet created", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"buildConfiguration\": {\n \"buildId\": \"\",\n \"commandLine\": \"\",\n \"queryType\": \"NONE\",\n \"binaryPath\": \"\",\n \"cores\": \"\",\n \"speedMhz\": \"\",\n \"memory\": \"\"\n },\n \"scalingSettings\": {\n \"minFreeServers\": \"\",\n \"maxFreeServers\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/projects/:projectId/regions/:regionId/fleets", "host": [ "{{baseUrl}}" ], "path": [ "v1", "projects", ":projectId", "regions", ":regionId", "fleets" ], "variable": [ { "key": "projectId" }, { "key": "regionId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"name\": \"\",\n \"buildConfiguration\": {\n \"buildId\": \"\",\n \"commandLine\": \"\",\n \"queryType\": \"A2SQUERYTYPE\",\n \"binaryPath\": \"\",\n \"cores\": \"\",\n \"speedMhz\": \"\",\n \"memory\": \"\"\n },\n \"scalingSettings\": {\n \"minFreeServers\": \"\",\n \"maxFreeServers\": \"\"\n },\n \"status\": \"DELETED\",\n \"serverCount\": \"\",\n \"freeServerCount\": \"\",\n \"allocationCount\": \"\",\n \"created\": \"\",\n \"modified\": \"\"\n}", "createdAt": "2026-07-28T03:23:26.000Z", "updatedAt": "2026-07-28T03:23:26.000Z", "uid": "35240-d0e95026-1593-44e4-9da3-74d0072b3ae5" } ], "createdAt": "2026-07-28T03:23:26.000Z", "updatedAt": "2026-07-28T03:23:26.000Z", "uid": "35240-d1120f94-311c-479b-9a7d-fe8bf1451321" } ], "id": "f9760235-7d99-4b4b-93db-b47b1806c133", "createdAt": "2026-07-28T03:23:26.000Z", "updatedAt": "2026-07-28T03:23:26.000Z", "uid": "35240-f9760235-7d99-4b4b-93db-b47b1806c133" } ], "id": "751edc9a-9f87-4569-b0c3-38bf397d34e5", "createdAt": "2026-07-28T03:23:26.000Z", "updatedAt": "2026-07-28T03:23:26.000Z", "uid": "35240-751edc9a-9f87-4569-b0c3-38bf397d34e5" } ], "id": "daa0283c-5180-4062-a8e5-e369c32f7b0f", "createdAt": "2026-07-28T03:23:26.000Z", "updatedAt": "2026-07-28T03:23:26.000Z", "uid": "35240-daa0283c-5180-4062-a8e5-e369c32f7b0f" } ], "id": "d31f3ba1-d641-44b1-afc7-0c9a8f69d481", "createdAt": "2026-07-28T03:23:26.000Z", "updatedAt": "2026-07-28T03:23:26.000Z", "uid": "35240-d31f3ba1-d641-44b1-afc7-0c9a8f69d481" } ], "id": "19382436-d55e-4454-9ea2-fdad435155a5", "createdAt": "2026-07-28T03:23:26.000Z", "updatedAt": "2026-07-28T03:23:26.000Z", "uid": "35240-19382436-d55e-4454-9ea2-fdad435155a5" } ], "id": "2eddb814-edab-4c1c-ae50-1ba2106bcbe1", "createdAt": "2026-07-28T03:23:26.000Z", "updatedAt": "2026-07-28T03:23:26.000Z", "uid": "35240-2eddb814-edab-4c1c-ae50-1ba2106bcbe1" } ], "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "x-api-key", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "variable": [ { "key": "baseUrl", "value": "https://analytics.services.api.unity.com" } ] }