Skip to main content
GET
/
api
/
github
/
app-info
Github App Info
curl --request GET \
  --url https://api.example.com/api/github/app-info \
  --header 'Authorization: Bearer <token>'
{
  "install_url": "<string>",
  "manage_url": "<string>",
  "slug": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.codecobra.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

Successful Response

Public, non-secret info about the configured GitHub App.

Frontend uses install_url to deep-link into GitHub's install picker (e.g. an "Install on another account" button) without hardcoding the slug. manage_url points at the user's installation list on GitHub for ad-hoc audit.

install_url
string
required
manage_url
string
required
slug
string
required