Events
Subscribe to Events
Learn how to subscribe to events with the Kick Public API
Subscribe to Events
Get Event Subscriptions
Retrieve all event subscriptions for the authenticated user or application.
Create Event Subscription
Create a new event subscription to receive webhook notifications.
Delete Event Subscription
Remove an existing event subscription.
Get Event Subscriptions
Response
Response status message
Create Event Subscription
Request Body
Array of event objects to subscribe to
Event name to subscribe to (e.g., “channel.followed”)
Event version
Delivery method (currently only “webhook” is supported)
User ID of the broadcaster (for channel-specific events)
Response
Response status message
Delete Event Subscription
Request Parameters
Array of subscription IDs to delete
Response
Returns a 204 No Content response on success.