FreJun API

Oauth 2.0 Overview
Connecting your application with FreJun using OAuth 2.0
Initiate integration with Oauth
GETObtain access token
POSTVerify Token
POSTRefresh access token
Calling APIs
POSTInitiate a call
GETCalls API
GETCall Analytics API
Webhooks
Events
Webhook verification
POSTCreate webhook API
PUTUpdate webhook API
DELETEDelete webhook API
GETRetrieve webhook API
GETRetrieve all webhooks API
Example Responses for Webhooks
DocStarBuilt with DocStar
  1. 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

Was this helpful?
DocStarBuilt with DocStar
Was this helpful?