{ "opencollection": "1.0.0", "info": { "name": "Hathora Cloud AppsV2 ProcessesV3 API", "version": "3.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "ProcessesV3", "type": "folder" }, "items": [ { "info": { "name": "Retrieve the latest process objects for an application.", "type": "http" }, "http": { "method": "GET", "url": "https://api.hathora.dev/processes/v3/:appId/list/latest", "params": [ { "name": "appId", "value": "", "type": "path", "description": "The unique identifier for an application." } ] }, "docs": "Retrieve the latest process objects for an application." }, { "info": { "name": "Start a new process in a specific region.", "type": "http" }, "http": { "method": "POST", "url": "https://api.hathora.dev/processes/v3/:appId/create", "params": [ { "name": "appId", "value": "", "type": "path", "description": "The unique identifier for an application." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Start a new process in a specific region." }, { "info": { "name": "Get details for a process.", "type": "http" }, "http": { "method": "GET", "url": "https://api.hathora.dev/processes/v3/:appId/info/:processId", "params": [ { "name": "appId", "value": "", "type": "path", "description": "The unique identifier for an application." }, { "name": "processId", "value": "", "type": "path" } ] }, "docs": "Get details for a process." }, { "info": { "name": "Stop a running process.", "type": "http" }, "http": { "method": "POST", "url": "https://api.hathora.dev/processes/v3/:appId/stop/:processId", "params": [ { "name": "appId", "value": "", "type": "path", "description": "The unique identifier for an application." }, { "name": "processId", "value": "", "type": "path" } ] }, "docs": "Stop a running process." } ] } ], "bundled": true }