GET /v1/integrations/search-repo
Lists git repositories linked to a namespace id for a supported provider. A specific namespace id can be obtained via the git-namespaces endpoint. Supported providers are github, gitlab and bitbucket. If the provider or namespace 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 |
|---|---|---|---|
query |
String | No | |
provider |
String | No |
Valid values:
|
teamId |
String | No |
The Team identifier to perform the request on behalf of. |
installationId |
String | No | |
slug |
String | No |
The Team slug to perform the request on behalf of. |
namespaceId |
No | ||
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.