List VCS providers | Integrations | Northflank API docs
v1
Double column
API
CLI
JS Client

Integrations /

List VCS providers

Lists linked version control providers

Required permission

Account > Git > General > Read

Response body

  • {object}

    Response object.

    • data

      {object} required

      Result data.

API
CLI
JS Client

GET /v1/integrations/vcs

Example response

200 OK

Details about the version control providers available for use.

JSON

{
  "data": {
    "vcsAccountLinks": [
      {
        "vcsService": "self-hosted",
        "email": "email@example.com",
        "login": "vcs-user",
        "name": "Self-hosted VCS",
        "vcsUrl": "https://git.example.com",
        "vcsType": "gitlab-ee",
        "internalId": "example-team/self-hosted-vcs",
        "entityName": "Example Team"
      }
    ]
  }
}

© 2024 Northflank Ltd. All rights reserved.