Webhooks
Edit Webhook Group
Bulk-assign or clear the group on multiple webhooks.
PUT
Assign (or clear) a group label on multiple webhooks in one call. Groups let you organize webhooks; passing an empty/falsy
group unsets it. The response is the updated list of the affected webhooks.
Authentication
Your Refold API key. Find it in Settings → Credentials.
Body Parameters
IDs of the webhooks to update (at least one).
Group label to set. An empty string unsets the group.
Response
- 200 OK
- 400 Bad Request
Returns the array of updated webhooks.