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
- https://api.vercel.com
Query parameters
| Name | Type | Required | Description |
|---|---|---|---|
provider |
String | No |
Valid values:
|
host |
String | No |
The custom Git host if using a custom Git provider, like GitHub Enterprise Server |
How to start integrating
- Add HTTP Task to your workflow definition.
- 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.
- Click Test request to test run your request to the API and see the API's response.