GET /v1/integrations/git-namespaces

Lists git namespaces for a supported provider. Supported providers are github, gitlab and bitbucket. If the provider is not provided, it will try to obtain it from the user that authenticated the request.

Servers

Query parameters

Name Type Required Description
provider String No

Valid values:

  • "github"
  • "bitbucket"
  • "github-custom-host"
  • "github-limited"
  • "gitlab"
host String No

The custom Git host if using a custom Git provider, like GitHub Enterprise Server

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.