{ "opencollection": "1.0.0", "info": { "name": "Core AccessGroup Auth API", "version": "core" }, "items": [ { "info": { "name": "Auth", "type": "folder" }, "items": [ { "info": { "name": "Auth by Private Key", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/authTokens", "body": { "type": "json", "data": "{}" } }, "docs": "This endpoint is used for authentication and authorisation of a calling application by supplying the Tenant Private Key in the privateKey property. When successful, Platform.PAY.SessionToken is added to the cookie. \n\n## Request\n\n| **Property** | **Description** |\n| --- | --- |\n| PrivateKey | This is a Personal Access Token (PAT), generated during Tenant Registration. |\n\n## Response\nAdditional fields from the response, other from the one below, can be disregarded.\n\n| **Property** | **Description*" }, { "info": { "name": "Auth by Private Key", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/visionai/api/authTokens", "body": { "type": "json", "data": "{}" } }, "docs": "This endpoint is used for authentication and authorisation of a calling application by supplying the Tenant Private Key in the privateKey property. When successful, Platform.VisionAI.SessionToken is added to the cookie. \n\n## Request\n\n| **Property** | **Description** |\n| --- | --- |\n| PrivateKey | This is a Personal Access Token (PAT), generated during Tenant Registration. |\n\n## Response\nAdditional fields from the response, other from the one below, can be disregarded.\n\n| **Property** | **Descrip" } ] } ], "bundled": true }