{ "opencollection": "1.0.0", "info": { "name": "npm Hooks Downloads OIDC API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "OIDC", "type": "folder" }, "items": [ { "info": { "name": "Exchange an OIDC token for an npm token", "type": "http" }, "http": { "method": "POST", "url": "https://registry.npmjs.org/-/npm/v1/security/oidc/tokens", "body": { "type": "json", "data": "{}" } }, "docs": "Exchanges a valid OIDC identity token from a supported CI/CD provider for a short-lived npm registry access token. The OIDC token must be provided as a Bearer token in the Authorization header. The provider must be pre-configured as a trusted publisher for the target package." } ] } ], "bundled": true }