Skip to content

RebelMouse Private API Webhooks

Jorge Puente-Sarrín edited this page Jan 29, 2019 · 1 revision

Webhooks

Webhooks allow you to receive a notification to certain events from RebelMouse platform. HTTP POST requests are performed for the configured URL you provide us, these requests are formed with the following headers:

Name Value
User-Agent RebelMouse/0.1 Mozilla/5.0 (compatible; http://rebelmouse.com) Gecko/20100101 Firefox/7.0.1
Content-Type application/json

Published post

You can receive a notification when a post is published, you are going to receive the following information:

Name Type Description
post_id Integer ID of the post
post_url String URL for the published post