OAuthCallbackResponse
errorstring
The error message if the request was unsuccessful
error_codestring
The error code if the request was unsuccessful
integration
The created/updated integration object
messagestring
Success or error message
Example:
Successfully connected GitHub integrationsuccessboolean
Whether the OAuth callback was processed successfully
unverifiedboolean
OAuthCallbackResponse
{
"error": "string",
"error_code": "string",
"message": "Successfully connected GitHub integration",
"success": true,
"unverified": true
}