Webhooks

You can register Webhooks which are triggered for certain update-events.
The URL specified will receive a JSON POST request as soon as a resource update has been detected (every ~2 hours).

Currently, these events are available:
  • resource-update
  • new-resource
  • new-author

Feel free to request more events via the Issue Tracker.
Example POST:
		
        


Use the /webhook/register method, or the form below to create a new Webhook registration.

Register Webhook

The URL the POST-Requests are sent to


Unique ID of the Webhook
Secret for the Webhook - used to edit/delete


Delete Webhook