{ "opencollection": "1.0.0", "info": { "name": "Unity Analytics Allocations Executions API", "version": "v1.0.0" }, "request": { "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "Executions", "type": "folder" }, "items": [ { "info": { "name": "Run Script", "type": "http" }, "http": { "method": "POST", "url": "https://analytics.services.api.unity.com/v1/projects/:projectId/scripts/:scriptName/run", "params": [ { "name": "projectId", "value": "", "type": "path" }, { "name": "scriptName", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Executes a Cloud Code script with the provided parameters. The script runs asynchronously and returns the result." } ] } ], "bundled": true }