Webhooks
Create webhook
post/webhooks
Request body
Example request
{
"url": "https://example.com/webhook",
"eventTypes": [
"tweet.new",
"tweet.reply"
]
}Response
Webhook created
Example response
{
"id": "42",
"url": "https://example.com/webhook",
"secret": "a1b2c3d4e5f6a1b2c3d4e5f6a1b2c3d4e5f6a1b2c3d4e5f6a1b2c3d4e5f6a1b2",
"eventTypes": [
"tweet.new",
"tweet.reply"
],
"createdAt": "2025-01-15T12:00:00Z"
}