Function WebHooks REST Endpoints
Admin/Function WebHooks
Function WebHook endpoints. Function WebHooks provide a means of invoking an external server to retrieve data or perform a calculation. Function WebHooks receive and return JSON.
- functionWebHookOperation
 - Method: postPath:
/ccadmin/v1/functionWebhooks/{id} - getFunctionWebHook
 - Method: getPath:
/ccadmin/v1/functionWebhooks/{id} - getFunctionWebHooks
 - Method: getPath:
/ccadmin/v1/functionWebhooks - updateFunctionWebHook
 - Method: putPath:
/ccadmin/v1/functionWebhooks/{id} - updateFunctionWebHooks
 - Method: putPath:
/ccadmin/v1/functionWebhooks