Get details about the GitHub App installation for your tenant.
admin
200 OK with the GitHub App installation details.
| Field | Type | Description |
|---|---|---|
installationId | integer | The GitHub App installation ID |
accountLogin | string | The GitHub account (organization or user) that installed the app |
repositories | array | List of repositories the installation has access to |
repositories[].repositoryId | integer | The GitHub repository ID |
repositories[].name | string | The repository name |
repositories[].fullName | string | The full repository name including owner: owner/repo |
repositories[].private | boolean | Whether the repository is private |
permissions.contents | string | Permission level for repository contents: read or write |
permissions.pull_requests | string | Permission level for pull requests: read or write |
| Status | Error code | Description |
|---|---|---|
403 | forbidden | The authenticated user does not have admin role |
404 | not_found | No GitHub App installation exists for this tenant |