Webhook Configuration
To receive webhooks, you need to:
Implement a webhook endpoint at any URL of your choice – see the Example Webhook Implementation page for implementation details.
Configure your webhook URL in the Marmin web application – see Configuring Webhook URL in Marmin below.
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:
Select Developer Dashboard from the sidebar.
In the Developer dashboard, look for the Webhooks tab.
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.
