curl --request POST \
--url https://api.signa.so/v1/monitors/{monitor_id}/test \
--header 'Authorization: Bearer <token>'{
"success": true,
"message": "Test webhook sent successfully",
"webhook_url": "<string>",
"response_status": 200,
"response_time_ms": 145
}Send a test webhook to verify your endpoint is working correctly.
This sends a test payload to your webhook URL with a sample trademark event. Useful for debugging webhook integration and signature verification.
curl --request POST \
--url https://api.signa.so/v1/monitors/{monitor_id}/test \
--header 'Authorization: Bearer <token>'{
"success": true,
"message": "Test webhook sent successfully",
"webhook_url": "<string>",
"response_status": 200,
"response_time_ms": 145
}Use your API key from the dashboard. Include it in the Authorization header:
Authorization: Bearer YOUR_API_KEYGet your API key at https://signa.so/dashboard
Monitor ID