---
title: "Start GitHub install"
method: POST
path: "/v1/connectors/github/install/start"
tags: ["GitHub"]
---

# Start GitHub install

`POST /v1/connectors/github/install/start`

Builds a GitHub App install redirect URL for the current organization.

## Request body

- object
  - `returnPath` string, required

## Response `200`

GitHub install redirect returned successfully.

- PluginArchGithubInstallStartResponse
  - `ok` true, required
  - `item` object, required
    - `redirectUrl` string, uri, required
    - `state` string, required

## Other responses

- `400` — The GitHub install request was invalid.
- `401` — The caller must be signed in to connect GitHub.
- `403` — The caller lacks permission to connect GitHub.

---

[API](https://skmtc.net/openworklabs/apis/den-api.md) · [All operations](https://skmtc.net/openworklabs/apis/den-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/openworklabs/den-api/versions/805150503452/schema)
