post https://api.kitchenhub.app/v2/webhooks/
Create webhook. Where we will send notifications.
Log in to see full request history
Responses
Create webhook. Where we will send notifications.
xxxxxxxxxx
curl --request POST \
--url https://api.kitchenhub.app/v2/webhooks/ \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"webhook_type": "Order"
}
'
Try It!
to start a request and see the response here! Or choose an example: