테스트 웹훅 발송
curl --request POST \
--url https://api.headlesscommerce.io/v1/admin/webhooks/{id}/test \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"event_type": "<string>"
}
'{
"success": true,
"status_code": 123,
"response_time_ms": 123
}Admin - 웹훅
테스트 웹훅 발송
Tests webhook integration in a development environment. Sends a sample payload with the specified event type.
POST
/
admin
/
webhooks
/
{id}
/
test
테스트 웹훅 발송
curl --request POST \
--url https://api.headlesscommerce.io/v1/admin/webhooks/{id}/test \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"event_type": "<string>"
}
'{
"success": true,
"status_code": 123,
"response_time_ms": 123
}⌘I