cURL
curl -X GET "https://morimori.app/api/v2/orders/webhooks/WEBHOOK_ID/events?page=1&limit=20" \ -H "Authorization: Bearer YOUR_API_TOKEN"
{ "data": { "events": [ { "id": 123, "eventId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "eventType": "order.antiAi.completed", "status": "PENDING", "retries": 123, "lastSentAt": "2023-11-07T05:31:56Z", "createdAt": "2023-11-07T05:31:56Z" } ], "pagination": { "page": 123, "limit": 123, "total": 123, "totalPages": 123 } } }
특정 웹훅의 전송 이벤트 목록을 페이지네이션으로 조회합니다.
API Key for external client access
Webhook ID
Page number
x >= 1
Items per page
1 <= x <= 100
Success
Show child attributes