Skip to main content

Define a webhook for this instance

PUT 

http://api.cloudzapi.com/cloudzapi/webhook/set

Authorization: apikey

name: apikeytype: apiKeyin: headerdescription: Authentication key generated after completing the registration

Define a webhook for this instance

Request

Body

required
    url Urlrequired
    enabled Enables or disables the instance-bound webhookrequired

    Default value: false

Responses

curl -L -X PUT 'http://api.cloudzapi.com/cloudzapi/webhook/set' \
-H 'Content-Type: application/json' \
-H 'apikey: <API_KEY_VALUE>' \
--data-raw '{
"url": "string",
"enabled": false
}'
Request Collapse all
Base URL
http://api.cloudzapi.com/cloudzapi
Auth
Body required
{
"url": "string",
"enabled": false
}
ResponseClear

Click the Send API Request button above and see the response here!