Skip to main content
POST
/
v1
/
connectors
/
github
/
install
/
start
Start GitHub install
curl --request POST \
  --url https://api.openworklabs.com/v1/connectors/github/install/start \
  --header 'Content-Type: application/json' \
  --data '
{
  "returnPath": "<string>"
}
'
{
  "ok": true,
  "item": {
    "redirectUrl": "<string>",
    "state": "<string>"
  }
}

Documentation Index

Fetch the complete documentation index at: https://openworklabs.com/docs/llms.txt

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

Body

application/json
returnPath
string
required
Required string length: 1 - 1024

Response

GitHub install redirect returned successfully.

ok
boolean
required
item
object
required