curl -X GET https://morimori.app/api/v2/orders/webhooks/WEBHOOK_ID \
-H "Authorization: Bearer YOUR_API_TOKEN"{
"data": {
"id": 123,
"name": "<string>",
"url": "<string>",
"secret": "<string>",
"isActive": true,
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
}
}특정 웹훅의 상세 정보를 조회합니다.
curl -X GET https://morimori.app/api/v2/orders/webhooks/WEBHOOK_ID \
-H "Authorization: Bearer YOUR_API_TOKEN"{
"data": {
"id": 123,
"name": "<string>",
"url": "<string>",
"secret": "<string>",
"isActive": true,
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
}
}