{ "source_id": "{{TABLE_ID}}", "source_type": "table", "events": [ "item.create", "item.update", "item.delete" ] }
curl --location --request POST 'https://api.huoban.com/openapi/v1/event/subscribe' \ --header 'Open-Authorization;' \ --header 'Content-Type: application/json' \ --data-raw '{ "source_id": "", "source_type": "table", "events": [ "item.create", "item.update", "item.delete" ] }'
{ "code": 0, "message": "success", "data": { "subscribe": { "source_id": "2100000014303340", "source_type": "table", "events": [ "item.update", "item.create" ], "state": 1 } }, "meta": { "trace_id": "1652588545784032" } }