cURL
curl -X GET "https://morimori.app/api/v2/orders/webhooks?page=1&limit=10" \ -H "Authorization: Bearer YOUR_API_TOKEN"
{ "data": { "webhooks": [ { "id": 123, "name": "<string>", "url": "<string>", "isActive": true, "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
Page number
x >= 1
Items per page
1 <= x <= 100
Search keyword (searches webhook name or URL)
Success
Show child attributes