latestOpenAPI 3.0.02026-07-26318168886.7 KB
1675ac12cde7
Webhooks
Create Webhook
To create a webhook<br>創建一個webhook
post/webhooks
Request body
Response
CREATED
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"
]
}