Node.js SDK
Get Webhook Deliveries
Get recent delivery attempts for a specific webhook. Requires API key with webhook:read.
GET
Node.js SDK
Authorizations
API key authentication. Use 'Authorization: Bearer YOUR_API_KEY' where YOUR_API_KEY is obtained from the Migma dashboard under Settings → API Integration.
Path Parameters
Webhook ID (MongoDB ObjectId)
Pattern:
^[0-9a-fA-F]{24}$Query Parameters
Maximum number of deliveries to return (max 100)
Required range:
x <= 100