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>"
}
}Builds a GitHub App install redirect URL for the current organization.
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.
Was this page helpful?