Create an event subscription
Subscribe to Thinklio events. Thinklio will POST event payloads to your endpoint when matching events occur.
Request Body
{
"url": "string (required)",
"events": [
"string (required)"
],
"filters": {
"agent_id": "string (optional)",
"team_id": "string (optional)"
},
"description": "string (optional)"
}Response
{
"id": "wh_01hxyz",
"url": "https://your-app.example.com/webhooks/thinklio",
"events": [
"job.completed",
"job.failed"
],
"status": "active",
"signing_secret": "whsec_...",
"created_at": "2026-03-19T12:00:00Z"
}