Creates a new webhook subscription for a Zapier workflow
POST
/zapier_webhook/subscribe
curl \
--request POST 'https://boost.homespotter.com/zapier_webhook/subscribe?token=api_token_value' \
--header "Content-Type: application/json" \
--data '{"hook_url":"https://example.com","product_id":"string","api_key":"string"}'
Request examples
{
"hook_url": "https://example.com",
"product_id": "string",
"api_key": "string"
}
Response examples (200)
{
"status": "success",
"message": "string"
}