{ "info": { "_postman_id": "411be6ed-4891-44d7-830c-1aabf8661459", "name": "Unity Analytics Allocations Queues 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:52.000Z", "updatedAt": "2026-07-28T03:23:52.000Z", "lastUpdatedBy": "35240", "uid": "35240-411be6ed-4891-44d7-830c-1aabf8661459" }, "item": [ { "name": "v3", "item": [ { "name": "projects", "item": [ { "name": "{projectId}", "item": [ { "name": "environments", "item": [ { "name": "{environmentId}", "item": [ { "name": "queues", "item": [ { "name": "{queueName}", "item": [ { "name": "Get Matchmaking Queue", "id": "22daa108-e3bb-4b80-9d23-b476e72079fa", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v3/projects/:projectId/environments/:environmentId/queues/:queueName", "host": [ "{{baseUrl}}" ], "path": [ "v3", "projects", ":projectId", "environments", ":environmentId", "queues", ":queueName" ], "variable": [ { "id": "443afd6f-9f51-4d54-9cf0-84ae64af63c4", "key": "projectId", "value": "", "description": "(Required) " }, { "id": "9ef577d3-f06b-473f-a57e-3083d07a3eac", "key": "environmentId", "value": "", "description": "(Required) " }, { "id": "49e517f1-a6cc-4467-9a83-5451aecd7024", "key": "queueName", "value": "", "description": "(Required) " } ] }, "description": "Returns configuration and status for a specific matchmaking queue." }, "response": [ { "id": "34d78af4-14f2-4411-b7ca-d95aa3f021fa", "name": "Queue 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}}/v3/projects/:projectId/environments/:environmentId/queues/:queueName", "host": [ "{{baseUrl}}" ], "path": [ "v3", "projects", ":projectId", "environments", ":environmentId", "queues", ":queueName" ], "variable": [ { "key": "projectId" }, { "key": "environmentId" }, { "key": "queueName" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"name\": \"\",\n \"enabled\": \"\",\n \"defaultEscalationRules\": {\n \"timeoutSeconds\": \"\",\n \"backfillEnabled\": \"\"\n },\n \"pools\": [\n {\n \"name\": \"\",\n \"maximumPlayerCount\": \"\",\n \"minimumPlayerCount\": \"\",\n \"matchLogic\": {\n \"name\": \"\",\n \"script\": \"\"\n }\n },\n {\n \"name\": \"\",\n \"maximumPlayerCount\": \"\",\n \"minimumPlayerCount\": \"\",\n \"matchLogic\": {\n \"name\": \"\",\n \"script\": \"\"\n }\n }\n ],\n \"created\": \"\",\n \"modified\": \"\"\n}", "createdAt": "2026-07-28T03:23:52.000Z", "updatedAt": "2026-07-28T03:23:52.000Z", "uid": "35240-34d78af4-14f2-4411-b7ca-d95aa3f021fa" }, { "id": "cbd2f7b4-b272-4376-a7f9-531df2b15372", "name": "Queue not found", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/v3/projects/:projectId/environments/:environmentId/queues/:queueName", "host": [ "{{baseUrl}}" ], "path": [ "v3", "projects", ":projectId", "environments", ":environmentId", "queues", ":queueName" ], "variable": [ { "key": "projectId" }, { "key": "environmentId" }, { "key": "queueName" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:23:52.000Z", "updatedAt": "2026-07-28T03:23:52.000Z", "uid": "35240-cbd2f7b4-b272-4376-a7f9-531df2b15372" } ], "createdAt": "2026-07-28T03:23:52.000Z", "updatedAt": "2026-07-28T03:23:52.000Z", "uid": "35240-22daa108-e3bb-4b80-9d23-b476e72079fa" }, { "name": "Update Matchmaking Queue", "id": "db4c4414-67bb-44dc-8265-76a2b2d17a3a", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"enabled\": \"\",\n \"defaultEscalationRules\": {\n \"timeoutSeconds\": \"\",\n \"backfillEnabled\": \"\"\n },\n \"pools\": [\n {\n \"name\": \"\",\n \"maximumPlayerCount\": \"\",\n \"minimumPlayerCount\": \"\",\n \"matchLogic\": {\n \"name\": \"\",\n \"script\": \"\"\n }\n },\n {\n \"name\": \"\",\n \"maximumPlayerCount\": \"\",\n \"minimumPlayerCount\": \"\",\n \"matchLogic\": {\n \"name\": \"\",\n \"script\": \"\"\n }\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v3/projects/:projectId/environments/:environmentId/queues/:queueName", "host": [ "{{baseUrl}}" ], "path": [ "v3", "projects", ":projectId", "environments", ":environmentId", "queues", ":queueName" ], "variable": [ { "id": "57ab38c5-e554-407f-90cf-f7a5071470cd", "key": "projectId", "value": "", "description": "(Required) " }, { "id": "90335e38-2476-46c0-9750-1df5990c08e4", "key": "environmentId", "value": "", "description": "(Required) " }, { "id": "e764d00f-fa65-494a-b65b-dc2587205020", "key": "queueName", "value": "", "description": "(Required) " } ] }, "description": "Updates the configuration of an existing matchmaking queue." }, "response": [ { "id": "1db3faee-0ae3-459f-b7dc-b798c8798405", "name": "Queue updated", "originalRequest": { "method": "PUT", "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 \"enabled\": \"\",\n \"defaultEscalationRules\": {\n \"timeoutSeconds\": \"\",\n \"backfillEnabled\": \"\"\n },\n \"pools\": [\n {\n \"name\": \"\",\n \"maximumPlayerCount\": \"\",\n \"minimumPlayerCount\": \"\",\n \"matchLogic\": {\n \"name\": \"\",\n \"script\": \"\"\n }\n },\n {\n \"name\": \"\",\n \"maximumPlayerCount\": \"\",\n \"minimumPlayerCount\": \"\",\n \"matchLogic\": {\n \"name\": \"\",\n \"script\": \"\"\n }\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v3/projects/:projectId/environments/:environmentId/queues/:queueName", "host": [ "{{baseUrl}}" ], "path": [ "v3", "projects", ":projectId", "environments", ":environmentId", "queues", ":queueName" ], "variable": [ { "key": "projectId" }, { "key": "environmentId" }, { "key": "queueName" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"name\": \"\",\n \"enabled\": \"\",\n \"defaultEscalationRules\": {\n \"timeoutSeconds\": \"\",\n \"backfillEnabled\": \"\"\n },\n \"pools\": [\n {\n \"name\": \"\",\n \"maximumPlayerCount\": \"\",\n \"minimumPlayerCount\": \"\",\n \"matchLogic\": {\n \"name\": \"\",\n \"script\": \"\"\n }\n },\n {\n \"name\": \"\",\n \"maximumPlayerCount\": \"\",\n \"minimumPlayerCount\": \"\",\n \"matchLogic\": {\n \"name\": \"\",\n \"script\": \"\"\n }\n }\n ],\n \"created\": \"\",\n \"modified\": \"\"\n}", "createdAt": "2026-07-28T03:23:52.000Z", "updatedAt": "2026-07-28T03:23:52.000Z", "uid": "35240-1db3faee-0ae3-459f-b7dc-b798c8798405" } ], "createdAt": "2026-07-28T03:23:52.000Z", "updatedAt": "2026-07-28T03:23:52.000Z", "uid": "35240-db4c4414-67bb-44dc-8265-76a2b2d17a3a" }, { "name": "Delete Matchmaking Queue", "id": "f0969acc-637f-43c1-8614-abad13dcf940", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/v3/projects/:projectId/environments/:environmentId/queues/:queueName", "host": [ "{{baseUrl}}" ], "path": [ "v3", "projects", ":projectId", "environments", ":environmentId", "queues", ":queueName" ], "variable": [ { "id": "564cb8e1-d44d-48ab-be05-835014a4f02f", "key": "projectId", "value": "", "description": "(Required) " }, { "id": "7a97f337-bd1e-4a29-ab7e-c51e398cb760", "key": "environmentId", "value": "", "description": "(Required) " }, { "id": "80e18e65-00e5-4a62-a6c7-52096ff6469f", "key": "queueName", "value": "", "description": "(Required) " } ] }, "description": "Deletes a matchmaking queue and all its configuration." }, "response": [ { "id": "caee30a6-5bd3-4409-8b9a-ae9e7beb34ac", "name": "Queue deleted", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/v3/projects/:projectId/environments/:environmentId/queues/:queueName", "host": [ "{{baseUrl}}" ], "path": [ "v3", "projects", ":projectId", "environments", ":environmentId", "queues", ":queueName" ], "variable": [ { "key": "projectId" }, { "key": "environmentId" }, { "key": "queueName" } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:23:52.000Z", "updatedAt": "2026-07-28T03:23:52.000Z", "uid": "35240-caee30a6-5bd3-4409-8b9a-ae9e7beb34ac" } ], "createdAt": "2026-07-28T03:23:52.000Z", "updatedAt": "2026-07-28T03:23:52.000Z", "uid": "35240-f0969acc-637f-43c1-8614-abad13dcf940" } ], "id": "6e4c0fa3-9c6d-4de0-b4d1-c4c9578ba68c", "createdAt": "2026-07-28T03:23:52.000Z", "updatedAt": "2026-07-28T03:23:52.000Z", "uid": "35240-6e4c0fa3-9c6d-4de0-b4d1-c4c9578ba68c" }, { "name": "List Matchmaking Queues", "id": "170f5e6c-940c-4abd-bf2a-5217c0fa1d0d", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v3/projects/:projectId/environments/:environmentId/queues", "host": [ "{{baseUrl}}" ], "path": [ "v3", "projects", ":projectId", "environments", ":environmentId", "queues" ], "variable": [ { "id": "1a0c1230-3d7a-401f-a9b6-6fccabd91e7d", "key": "projectId", "value": "", "description": "(Required) " }, { "id": "d843e5d4-e388-438c-aecf-2ba289a2b95f", "key": "environmentId", "value": "", "description": "(Required) " } ] }, "description": "Returns all configured matchmaking queues for the environment." }, "response": [ { "id": "7c50cb0a-d934-4161-81ce-eeb87cc97a95", "name": "List of queues", "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}}/v3/projects/:projectId/environments/:environmentId/queues", "host": [ "{{baseUrl}}" ], "path": [ "v3", "projects", ":projectId", "environments", ":environmentId", "queues" ], "variable": [ { "key": "projectId" }, { "key": "environmentId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"results\": [\n {\n \"name\": \"\",\n \"enabled\": \"\",\n \"defaultEscalationRules\": {\n \"timeoutSeconds\": \"\",\n \"backfillEnabled\": \"\"\n },\n \"pools\": [\n {\n \"name\": \"\",\n \"maximumPlayerCount\": \"\",\n \"minimumPlayerCount\": \"\",\n \"matchLogic\": {\n \"name\": \"\",\n \"script\": \"\"\n }\n },\n {\n \"name\": \"\",\n \"maximumPlayerCount\": \"\",\n \"minimumPlayerCount\": \"\",\n \"matchLogic\": {\n \"name\": \"\",\n \"script\": \"\"\n }\n }\n ],\n \"created\": \"\",\n \"modified\": \"\"\n },\n {\n \"name\": \"\",\n \"enabled\": \"\",\n \"defaultEscalationRules\": {\n \"timeoutSeconds\": \"\",\n \"backfillEnabled\": \"\"\n },\n \"pools\": [\n {\n \"name\": \"\",\n \"maximumPlayerCount\": \"\",\n \"minimumPlayerCount\": \"\",\n \"matchLogic\": {\n \"name\": \"\",\n \"script\": \"\"\n }\n },\n {\n \"name\": \"\",\n \"maximumPlayerCount\": \"\",\n \"minimumPlayerCount\": \"\",\n \"matchLogic\": {\n \"name\": \"\",\n \"script\": \"\"\n }\n }\n ],\n \"created\": \"\",\n \"modified\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T03:23:52.000Z", "updatedAt": "2026-07-28T03:23:52.000Z", "uid": "35240-7c50cb0a-d934-4161-81ce-eeb87cc97a95" } ], "createdAt": "2026-07-28T03:23:52.000Z", "updatedAt": "2026-07-28T03:23:52.000Z", "uid": "35240-170f5e6c-940c-4abd-bf2a-5217c0fa1d0d" }, { "name": "Create Matchmaking Queue", "id": "86d690be-5155-4da6-89d1-deb266c1977f", "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 \"enabled\": true,\n \"defaultEscalationRules\": {\n \"timeoutSeconds\": \"\",\n \"backfillEnabled\": \"\"\n },\n \"pools\": [\n {\n \"name\": \"\",\n \"maximumPlayerCount\": \"\",\n \"minimumPlayerCount\": \"\",\n \"matchLogic\": {\n \"name\": \"\",\n \"script\": \"\"\n }\n },\n {\n \"name\": \"\",\n \"maximumPlayerCount\": \"\",\n \"minimumPlayerCount\": \"\",\n \"matchLogic\": {\n \"name\": \"\",\n \"script\": \"\"\n }\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v3/projects/:projectId/environments/:environmentId/queues", "host": [ "{{baseUrl}}" ], "path": [ "v3", "projects", ":projectId", "environments", ":environmentId", "queues" ], "variable": [ { "id": "9803dab1-03c7-4194-9041-420c921d0b11", "key": "projectId", "value": "", "description": "(Required) " }, { "id": "6864196b-a736-42b6-8d77-ac0d274b054b", "key": "environmentId", "value": "", "description": "(Required) " } ] }, "description": "Creates a new matchmaking queue with specified rules and pool configuration." }, "response": [ { "id": "261025bd-79d6-47e6-acd7-af36fcab04b1", "name": "Queue 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 \"enabled\": true,\n \"defaultEscalationRules\": {\n \"timeoutSeconds\": \"\",\n \"backfillEnabled\": \"\"\n },\n \"pools\": [\n {\n \"name\": \"\",\n \"maximumPlayerCount\": \"\",\n \"minimumPlayerCount\": \"\",\n \"matchLogic\": {\n \"name\": \"\",\n \"script\": \"\"\n }\n },\n {\n \"name\": \"\",\n \"maximumPlayerCount\": \"\",\n \"minimumPlayerCount\": \"\",\n \"matchLogic\": {\n \"name\": \"\",\n \"script\": \"\"\n }\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v3/projects/:projectId/environments/:environmentId/queues", "host": [ "{{baseUrl}}" ], "path": [ "v3", "projects", ":projectId", "environments", ":environmentId", "queues" ], "variable": [ { "key": "projectId" }, { "key": "environmentId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"name\": \"\",\n \"enabled\": \"\",\n \"defaultEscalationRules\": {\n \"timeoutSeconds\": \"\",\n \"backfillEnabled\": \"\"\n },\n \"pools\": [\n {\n \"name\": \"\",\n \"maximumPlayerCount\": \"\",\n \"minimumPlayerCount\": \"\",\n \"matchLogic\": {\n \"name\": \"\",\n \"script\": \"\"\n }\n },\n {\n \"name\": \"\",\n \"maximumPlayerCount\": \"\",\n \"minimumPlayerCount\": \"\",\n \"matchLogic\": {\n \"name\": \"\",\n \"script\": \"\"\n }\n }\n ],\n \"created\": \"\",\n \"modified\": \"\"\n}", "createdAt": "2026-07-28T03:23:52.000Z", "updatedAt": "2026-07-28T03:23:52.000Z", "uid": "35240-261025bd-79d6-47e6-acd7-af36fcab04b1" } ], "createdAt": "2026-07-28T03:23:52.000Z", "updatedAt": "2026-07-28T03:23:52.000Z", "uid": "35240-86d690be-5155-4da6-89d1-deb266c1977f" } ], "id": "3c85b315-d926-475d-bfd3-497856c3fc39", "createdAt": "2026-07-28T03:23:52.000Z", "updatedAt": "2026-07-28T03:23:52.000Z", "uid": "35240-3c85b315-d926-475d-bfd3-497856c3fc39" } ], "id": "36fe4d58-25c7-4de6-b328-cbe5eff9e1a4", "createdAt": "2026-07-28T03:23:52.000Z", "updatedAt": "2026-07-28T03:23:52.000Z", "uid": "35240-36fe4d58-25c7-4de6-b328-cbe5eff9e1a4" } ], "id": "437e9f97-a349-4795-9fcb-16e4b461fd26", "createdAt": "2026-07-28T03:23:52.000Z", "updatedAt": "2026-07-28T03:23:52.000Z", "uid": "35240-437e9f97-a349-4795-9fcb-16e4b461fd26" } ], "id": "fff3ecc2-b485-4315-bea7-03ce730d348a", "createdAt": "2026-07-28T03:23:52.000Z", "updatedAt": "2026-07-28T03:23:52.000Z", "uid": "35240-fff3ecc2-b485-4315-bea7-03ce730d348a" } ], "id": "1d7ea8b0-61a2-4d80-bf37-78cbc5456732", "createdAt": "2026-07-28T03:23:52.000Z", "updatedAt": "2026-07-28T03:23:52.000Z", "uid": "35240-1d7ea8b0-61a2-4d80-bf37-78cbc5456732" } ], "id": "30733b9a-8c44-4fb1-903b-3a27dbd9ec34", "createdAt": "2026-07-28T03:23:52.000Z", "updatedAt": "2026-07-28T03:23:52.000Z", "uid": "35240-30733b9a-8c44-4fb1-903b-3a27dbd9ec34" } ], "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" } ] }