Skip to content
  • There are no suggestions because the search field is empty.

How to List All Webhooks in FreJun? | API Webhook Retrieval Guide

FreJun provides an API endpoint to retrieve all webhooks configured for an account, which is useful for auditing, debugging, or managing integrations . To list all webhooks, make a GET request to /api/v1/integrations/webhooks/ and include the Bearer token (Base64‑encoded Client ID:Client Secret) in the Authorization header; the response will contain a list of all configured webhook details .

 

To retrieve all webhooks associated with your account:

  • Endpoint: GET /api/v1/integrations/webhooks/
  • Headers:
    • Authorization: Bearer <Base64Encoded(Client ID:Client Secret)>

This will return a list of all configured webhooks.Docs

 

If you have any more questions or need assistance, feel free to reach out to us at Hello@frejun.com. We’re here to help!

Sign Up