Skip to content

Update webhook

This endpoint let you update desired webhook.

PUT http://api.responsly.com/v1/forms/{form_id}/webhooks/{tag}

Query parameters

  • url - Your desired url where we should update.

Path parameters

  • form_id - Id of form
  • tag - name of webhook
{
"webhook": {
"form_id": "formid",
"tag": "eagle",
"url": "https://my-new-url.com"
}
}