Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
curl -X POST https://api.thinnest.ai/webhooks/endpoints/{endpoint_id}/test \ -H "Authorization: Bearer $THINNESTAI_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "status": "success", "deliveries_enqueued": 1 }'
{ "status": "success", "deliveries_enqueued": 1 }
Send a test event to verify your endpoint is reachable.
{ "event": "webhook.test", "timestamp": "2026-03-16T10:30:00.000Z", "data": { "message": "This is a test webhook from ThinnestAI", "endpoint_id": 1 } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response