{ "opencollection": "1.0.0", "info": { "name": "Hathora Cloud AppsV2 AuthV1 API", "version": "3.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "AuthV1", "type": "folder" }, "items": [ { "info": { "name": "Returns a unique player token for an anonymous user.", "type": "http" }, "http": { "method": "POST", "url": "https://api.hathora.dev/auth/v1/:appId/login/anonymous", "params": [ { "name": "appId", "value": "", "type": "path", "description": "The unique identifier for an application." } ] }, "docs": "Returns a unique player token for an anonymous user." }, { "info": { "name": "Returns a unique player token with a specified nickname.", "type": "http" }, "http": { "method": "POST", "url": "https://api.hathora.dev/auth/v1/:appId/login/nickname", "params": [ { "name": "appId", "value": "", "type": "path", "description": "The unique identifier for an application." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Returns a unique player token with a specified nickname." }, { "info": { "name": "Returns a unique player token using a Google-signed OIDC idToken.", "type": "http" }, "http": { "method": "POST", "url": "https://api.hathora.dev/auth/v1/:appId/login/google", "params": [ { "name": "appId", "value": "", "type": "path", "description": "The unique identifier for an application." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Returns a unique player token using a Google-signed OIDC idToken." } ] } ], "bundled": true }