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. Oauth 2.0 Overview
  2. Connecting your application wi...
  3. Initiate integration with Oaut...

Initiate integration with Oauth

For creating an Application, mandatory details would be 

Parameter

Description

Name

App name 

Redirect URI or Callback URI

The URL, users will be redirected to after granting access to the app.

Note: For security reasons, this URL must use https

Once the submitted details are verified, an app would be created and provide you the necessary credentials to get you initiated with the OAuth 2.0 Integration

Client Id = <client_id>
Client Secret =
<client_secret>
Callback Url
= <callback_url>


FreJun’s authorization endpoint is

https://product.frejun.com/oauth/authorize/ -> <authorization_endpoint> 

Was this helpful?
DocStarBuilt with DocStar
Was this helpful?