---
title: "Mint an org-scoped GitHub App install URL"
method: POST
path: "/api/v1/integrations/github/install-url"
tags: ["GitHub integration"]
---

# Mint an org-scoped GitHub App install URL

`POST /api/v1/integrations/github/install-url`

Resulting install is owned by the org and can be granted to multiple projects. `return_url` host must be in the org's allowlist.

## Response `200`

OK

- object
  - `install_url` string, uri, required

## Other responses

- `400` — Malformed input
- `401` — Missing / wrong-type / revoked token
- `503` — GitHub App not configured server-side

---

[API](https://skmtc.net/superlog/apis/superlog-management-api.md) · [All operations](https://skmtc.net/superlog/apis/superlog-management-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/superlog/superlog-management-api/revisions/2f60b7ba8dc6/schema)
