Send test Webhook request
Request
Body Params application/jsonRequired
{
"topic": "app/authorized"
}
Request Code Samples
curl --location 'https://rapi.trustoo.io/api/v1/openapi/send_test_webhook' \
--header 'Public-Token: WgINprLNzzfOU8EAuNWR8g==' \
--header 'Sign: b21cb05b21b5c1bebbff3eecf2d11558b3de5ed2ab14f0e983fe36a4404ab24a' \
--header 'Timestamp: 1784798302348' \
--header 'Content-Type: application/json' \
--data '{
"topic": "app/authorized"
}'
Responses
application/json
Modified at 2026-07-23 09:27:52