curl -X POST https://api.aioka.io/v1/webhooks/test \ -H "X-API-Key: aik_basic_..." \ -H "Content-Type: application/json" \ -d '{"webhook_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6"}'
{ "success": true, "status_code": 200, "message": "Test payload delivered successfully" }
Send a test payload to a registered webhook URL to verify connectivity.
null