Skip to main content
GET
/
api
/
v0
/
companies
/
{company_id}
/
github
/
installation-link
Returns the GitHub App installation link.
curl --request GET \
  --url https://api.example.com/api/v0/companies/{company_id}/github/installation-link
"<string>"

Path Parameters

company_id
string<uuid>
required

Response

GitHub App installation link

The response is of type string.