Repos
Check server access to a GitHub repository
get/api/v1/repos/github/{owner}/{name}
Path parameters
ownerstring required
namestring required
Response
Repository access details
Example response
{
"owner": "acme-corp",
"name": "my-app",
"default_branch": "main"
}