Get Git claims
GET /api/organizations/{org_id}/git-claims
Get all Git organization claims for an Faheem Code organization. Only admin and owner roles can view Git organization claims. Args: org_id: Faheem Code organization UUID user_id: Authenticated user ID (injected by permission check) Returns: List of GitOrgClaimResponse with claim details
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
org_id | path | `string | null` | yes |
X-Org-Id | header | `string | null` | no |
Responses
| Status | Description |
|---|---|
200 | Successful Response |
422 | Validation Error |
Operation ID: get_git_claims_api_organizations__org_id__git_claims_get