MarminDeveloper Docs

Webhook Configuration


To receive webhooks, you need to:

  1. Implement a webhook endpoint at any URL of your choice – see the Example Webhook Implementation page for implementation details.

  2. Configure your webhook URL in the Marmin web application – see Configuring Webhook URL in Marmin below.

  3. Implement signature verification using the code examples – see the Webhook Signature Verification page.

Configuring Webhook URL in Marmin

Webhook configuration is done through the Marmin Web Application:

  1. Select Developer Dashboard from the sidebar.

  2. In the Developer dashboard, look for the Webhooks tab.

  3. Click on Webhooks to open the webhook configurations.

From here, you can:

  • Add a new Webhook URL.

  • Edit an existing Webhook URL.

  • Delete a Webhook URL.

All webhook configuration actions are protected by OTP-based 2FA.

Note: Make sure the API Integration feature is enabled in your subscription. If you do not see the API Configuration in Developer Dashboard Settings, contact support@marmin.ai to enable the feature.

Next