Skip to main content
Returns the URL to initiate the GitHub App installation flow. Redirect the user to this URL to connect their GitHub account.

Authentication

Requires a valid Bearer token.

Response

url
string
required
The GitHub App installation URL.
{
  "url": "https://github.com/apps/aether-dev/installations/new"
}

Errors

StatusDescription
401Unauthorized — missing or invalid token