Authorize
Purpose
To authorize the connection between Zoho Recruit and a third-party app using Widget API.
Request Format
ZOHO.RECRUIT.CONNECTOR.authorize()
Sample Request
CopiedZOHO.RECRUIT.CONNECTOR.authorize("checkr_recruit_local_zoho_connection").then(function(successResponse) {
}, function(failureResponse) {
});
Sample Response (Failure)
Copied{
"connectors":[
{
"details":{
"statusMessage":"Connection already authorized.",
"status":false
},
"message":"internal error occurred",
"status":"failure"
}
]
}