{ "opencollection": "1.0.0", "info": { "name": "Core access-groups Internal API", "version": "1.0.1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Internal", "type": "folder" }, "items": [ { "info": { "name": "postinternalSdkAuthorizeGithub", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/internal/sdk/authorize-github", "body": { "type": "json", "data": "{}" } }, "docs": "Internally get GitHub token for a linked SDK repository" } ] } ], "bundled": true }