Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Qovery Git repositories API

The Git repositories API from Qovery — 8 operation(s) for git repositories.

Qovery Git repositories API is one of 94 APIs that Qovery publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Git repositories. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, a getting-started guide, an API reference, authentication docs, and rate-limit docs.

This API exposes 8 operations across 8 paths, and defines 8 schemas. It is described by OpenAPI 3.0.0, at version 1.0.4.

Requests are made against a single base URL, https://api.qovery.com.

8 operations 8 paths 8 schemas 7 GET1 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.0
API Version
1.0.4
Base URL
https://api.qovery.com
Authentication
HTTP Bearer, API Key
Resource Areas
1

Authentication & Security 2

Qovery Git repositories API declares 2 security schemes for authenticating requests. It accepts HTTP bearer tokens (JWT) (bearerAuth). An API key is passed in the header as Authorization (ApiKeyAuth). By default, every request must be authenticated.

  • bearerAuth — JWT tokens should be used with OIDC account (human to machine). JWT tokens used by the Qovery console to communicate with the API have a TTL. Curl Example ' cu…
  • ApiKeyAuth — Token API are generated by Qovery to manage machine to machine interaction and do not have a TTL. Curl Example ' curl https://console.qovery.com/organization -…

Paths & Operations 8

Across 8 paths, the API surfaces 8 operations — 7 GET, 1 POST. Each is listed below with its method, path, parameters, and response codes.

Git repositories 8
POST
/organization/{organizationId}/listDirectoriesFromGitRepository
List directories from a git repository
listDirectoriesFromGitRepository 1 param body → 200400401403404
GET
/account/gitAuthProviderdeprecated
Get git provider accounts
getGitProviderAccount → 200401
GET
/account/github/repositorydeprecated
Get github repositories of the connected user
getGithubRepositories → 200401
GET
/account/github/repository/branchdeprecated
Get github branches of the specified repository
getGithubRepositoryBranches 1 param → 200401
GET
/account/gitlab/repositorydeprecated
Get gitlab repositories of the connected user
getGitlabRepositories → 200401
GET
/account/gitlab/repository/branchdeprecated
Get gitlab branches of the specified repository
getGitlabRepositoryBranches 1 param → 200401
GET
/account/bitbucket/repositorydeprecated
Get bitbucket repositories of the connected user
getBitbucketRepositories → 200401
GET
/account/bitbucket/repository/branchdeprecated
Get bitbucket branches of the specified repository
getBitbucketRepositoryBranches 1 param → 200401

Schemas 8

The contract defines 8 schemas that model the data the API accepts and returns. The most detailed are GitRepository (5 properties), ApplicationGitRepositoryRequest (5 properties), GitAuthProvider (4 properties), GitRepositoryBranchResponseList (1 property). Each schema is shown below with its type and property counts.

GitRepository
object
5 properties 3 required
GitRepositoryBranch
object
1 property 1 required
GitAuthProviderResponseList
object
1 property
GitRepositoryResponseList
object
1 property
GitProviderEnum
string
GitAuthProvider
object
4 properties 2 required
ApplicationGitRepositoryRequest
object
5 properties 4 required
GitRepositoryBranchResponseList
object
1 property

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

qovery-git-repositories-api-openapi.yml Raw ↑

Other APIs Qovery publishes across the network.

Qovery Account Info API
Qovery Alert Receivers API
Qovery Alert Rules API
Qovery Application Actions API
Qovery Application Configuration API
Qovery Application Custom Domain API
Qovery Application Deployment History API
Qovery Application Deployment Restriction API
Qovery Application Environment Variable API
Qovery Application Logs API
Qovery Application Main Calls API
Qovery Application Secret API