Webhook
Overview
Webhooks allow you to receive real-time notifications for key events, such as completed transactions or wallet updates.
Use Case
Notifications: Notify users of payments or balance changes instantly.
Automation: Trigger workflows based on webhook events.
Endpoints
Create Webhook
URL:
POST /api/v1/webhooks/create
Description: Registers a new webhook for event notifications.
Request Example:
Response Example:
Fetch All Webhooks
URL:
GET /api/v1/webhooks
Response Example:
Last updated