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: post
Path: /ccadmin/v1/functionWebhooks/{id}
getFunctionWebHook
Method: get
Path: /ccadmin/v1/functionWebhooks/{id}
getFunctionWebHooks
Method: get
Path: /ccadmin/v1/functionWebhooks
updateFunctionWebHook
Method: put
Path: /ccadmin/v1/functionWebhooks/{id}
updateFunctionWebHooks
Method: put
Path: /ccadmin/v1/functionWebhooks