v1
latestOpenAPI 3.0.02026-07-26318168886.7 KBWebhooks
Get Webhook
To retrieve a specific subscribed webhook by id<br>以id獲取一個已訂閱的webhook
get/webhooks/{id}
Path parameters
idstring required
Webhook ID
Response
OK
Example response
{
"id": "5f8e5dc08a8bb70a5c9cd93c",
"format": "json",
"address": "http://abc.com/webhooks",
"status": "active",
"merchant_id": "5e840cae77cb07003243f7c7",
"created_at": "2020-10-20T03:50:00.323Z",
"updated_at": "2020-10-20T03:50:00.323Z",
"webhook_version": "v0",
"topics": [
"order/create"
]
}