JavaScript
import Migma from 'migma'; const migma = new Migma('YOUR_API_KEY'); const { data, error } = await migma.webhooks.getEvents();
{ "success": true, "data": { "events": [ { "type": "<string>", "description": "<string>" } ], "total": 123 }, "error": "<string>" }
List all available webhook event types with descriptions. Requires API key with WEBHOOK_READ.
API key authentication. Use 'Authorization: Bearer YOUR_API_KEY' where YOUR_API_KEY is obtained from the Migma dashboard under Settings → API Integration.
Event types list
Show child attributes
Was this page helpful?