FreJun API

Oauth 2.0 Overview
Calling APIs
Webhooks
Built with DocStar
  1. /
  2. Webhooks

Webhooks

The webhooks API allows you to subscribe to the events in a FreJun account with your integration installed. Rather than making an API call when an event happens in a FreJun account, FreJun can send an HTTP request to an endpoint you configure.


Using the Webhook API requires the following:


  1. FreJun app must be configured


  2. Must have publicly available HTTPS endpoint for the callback_url that you would be configuring on subscribing to webhook events

POST
Create webhook API
PUT
Update webhook API
DELETE
Delete webhook API
GET
Retrieve webhook API
GET
Retrieve all webhooks API

Events

Webhook verification

Example Responses for Webhooks

Was this helpful?
Built with DocStar
Was this helpful?