Skip to main content

GitHubAppInstallResponse

errorstring

The error message if the request was unsuccessful

error_codestring

The error code if the request was unsuccessful

installUrlstring

URL to initiate the GitHub App installation

Example: https://github.com/apps/openlane/installations/new?state=eyJvcmdJRCI6IjAxSE...
messagestring

Optional message

statestring

State parameter used to validate the installation callback

Example: eyJvcmdJRCI6IjAxSE...
successboolean

Whether or not the request was successful or not

unverifiedboolean
GitHubAppInstallResponse
{
"error": "string",
"error_code": "string",
"installUrl": "https://github.com/apps/openlane/installations/new?state=eyJvcmdJRCI6IjAxSE...",
"message": "string",
"state": "eyJvcmdJRCI6IjAxSE...",
"success": true,
"unverified": true
}