curl -X GET "https://api.devin.ai/v2/enterprise/organizations/org_123/git/connections" \ -H "Authorization: Bearer YOUR_API_KEY"
{ "items": [ { "id": "conn_123", "type": "github", "name": "GitHub Enterprise", "created_at": "2024-01-15T10:30:00Z", "host": "github.com" }, { "id": "conn_456", "type": "gitlab", "name": "GitLab Instance", "created_at": "2024-01-20T14:45:00Z", "host": "gitlab.example.com" } ], "total": 2, "skip": 0, "limit": 100, "has_more": false, "next_cursor": null }
Get paginated list of git connections that this organization has access to
Show Git Connection Object