Request
Body Params application/json
{
"id": "19",
"topic": "review/created",
"url": "http://api.trustoo.io/webhook"
}
Request Code Samples
curl --location --request POST 'https://rapi.trustoo.io/api/v1/open_api/update_shop_webhook' \
--header 'Public-Token: GfKu22TCaj4gULtrA3/OgA==' \
--header 'Sign: c3f6910a4dc12969c819f47621e5adf608e2a33f4db0575988bd4fc19173a582' \
--header 'Timestamp: 1699934592' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "19",
"topic": "review/created",
"url": "http://api.trustoo.io/webhook"
}'
Responses
application/json {"code":2000, "message":"OK", "request_id":"42c31968-5139-4e7e-a16f-26624cd8c690", "data":{"id":"1", "topic":"review/created", "url":"https://trustoo.io/webhook", "created_at":"2024-08-28 08:32:31", "updated_at":"2024-08-28 08:32:31"}}
Modified at 2025-06-26 03:54:59