curl -X GET "https://api.devin.ai/v2/enterprise/organizations/org_123/git/permissions" \ -H "Authorization: Bearer YOUR_API_KEY"
{ "items": [ { "permission_id": "perm_123", "host": "github.com", "repo_path": "company/backend-api", "group_prefix": null }, { "permission_id": "perm_456", "host": "github.com", "repo_path": "company/frontend-app", "group_prefix": null }, { "permission_id": "perm_789", "host": "gitlab.com", "repo_path": null, "group_prefix": "engineering" } ], "total": 3, "skip": 0, "limit": 100, "has_more": false, "next_cursor": null }
Get paginated list of git permissions that this organization has access to
Show Git Permission Object