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

How to Retrieve a Webhook in FreJun? | GET  /api/v1/integrations/webhook/{hook_id}/ Guide

To fetch details of a specific webhook in FreJun, send a GET request to /api/v1/integrations/webhook/{hook_id}/ with the Authorization: Bearer <Base64Encoded(Client ID:Client Secret)> header. Simply replace {hook_id} with the actual ID of the webhook you want to retrieve.

 

To fetch details of a specific webhook:

  • Endpoint: GET /api/v1/integrations/webhook/{hook_id}/
  • Headers:
    • Authorization: Bearer <Base64Encoded(Client ID:Client Secret)>Docs

Replace {hook_id} with the actual ID of the webhook you wish to retrieve.

 

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 Now