{ "opencollection": "1.0.0", "info": { "name": "Qovery Account Info Organization Account Git Repositories API", "version": "1.0.4" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Organization Account Git Repositories", "type": "folder" }, "items": [ { "info": { "name": "Get git provider accounts", "type": "http" }, "http": { "method": "GET", "url": "https://api.qovery.com/organization/:organizationId/account/gitAuthProvider", "params": [ { "name": "organizationId", "value": "", "type": "path", "description": "Organization ID" } ] }, "docs": "Get git provider accounts" }, { "info": { "name": "Get github repositories of the connected user", "type": "http" }, "http": { "method": "GET", "url": "https://api.qovery.com/organization/:organizationId/account/github/repository", "params": [ { "name": "organizationId", "value": "", "type": "path", "description": "Organization ID" }, { "name": "gitTokenId", "value": "", "type": "query", "description": "The git token id that must be used for the application" } ] }, "docs": "Get github repositories of the connected user" }, { "info": { "name": "Get github branches of the specified repository", "type": "http" }, "http": { "method": "GET", "url": "https://api.qovery.com/organization/:organizationId/account/github/repository/branch", "params": [ { "name": "organizationId", "value": "", "type": "path", "description": "Organization ID" }, { "name": "name", "value": "", "type": "query", "description": "The name of the repository where to retrieve the branches" }, { "name": "gitTokenId", "value": "", "type": "query", "description": "The git token id that must be used for the application" } ] }, "docs": "Get github branches of the specified repository" }, { "info": { "name": "Get gitlab repositories of the connected user", "type": "http" }, "http": { "method": "GET", "url": "https://api.qovery.com/organization/:organizationId/account/gitlab/repository", "params": [ { "name": "organizationId", "value": "", "type": "path", "description": "Organization ID" }, { "name": "gitTokenId", "value": "", "type": "query", "description": "The git token id that must be used for the application" } ] }, "docs": "Get gitlab repositories of the connected user" }, { "info": { "name": "Get gitlab branches of the specified repository", "type": "http" }, "http": { "method": "GET", "url": "https://api.qovery.com/organization/:organizationId/account/gitlab/repository/branch", "params": [ { "name": "organizationId", "value": "", "type": "path", "description": "Organization ID" }, { "name": "name", "value": "", "type": "query", "description": "The name of the repository to retrieve the branches" }, { "name": "gitTokenId", "value": "", "type": "query", "description": "The git token id that must be used for the application" } ] }, "docs": "Get gitlab branches of the specified repository" }, { "info": { "name": "Get bitbucket repositories of the connected user", "type": "http" }, "http": { "method": "GET", "url": "https://api.qovery.com/organization/:organizationId/account/bitbucket/repository", "params": [ { "name": "organizationId", "value": "", "type": "path", "description": "Organization ID" }, { "name": "gitTokenId", "value": "", "type": "query", "description": "The git token id that must be used for the application" } ] }, "docs": "Get bitbucket repositories of the connected user" }, { "info": { "name": "Get bitbucket branches of the specified repository", "type": "http" }, "http": { "method": "GET", "url": "https://api.qovery.com/organization/:organizationId/account/bitbucket/repository/branch", "params": [ { "name": "organizationId", "value": "", "type": "path", "description": "Organization ID" }, { "name": "name", "value": "", "type": "query", "description": "The name of the repository where to retrieve the branches" }, { "name": "gitTokenId", "value": "", "type": "query", "description": "The git token id that must be used for the application" } ] }, "docs": "Get bitbucket branches of the specified repository" } ] } ], "bundled": true }