API referenceIntegrations
Create Git Connection
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
curl -X POST "https://example.com/integrations/git" \ -H "Content-Type: application/json" \ -d '{ "provider": "string", "repository": "string" }'{ "id": "string", "provider": "string", "repository": "string", "branch": "string", "verified": true, "local_path": "string"}