Get ZAPI Key
Promise
To get the ZAPI key to invoke REST API custom functions.
Request Format
ZOHO.RECRUIT.META.getZAPIKey().then(function(successResponse) {
}, function(errorResponse) {
});
Sample Request
CopiedZOHO.RECRUIT.META.getZAPIKey().then(function(successResponse) {
}, function(errorResponse) {
});
Sample Response
Copied{
"zapikey": "1003.4***************************7920"
}