Skip to content

Not getting requests from webhook subscriptions #367

@Sankalp2114

Description

@Sankalp2114

'm having an issue with webhook events not being delivered to my app.

Setup:
I have a verified webhook URL set in my app dashboard

I have active subscriptions for livestream.status.updated (ID: 01KPGZN1J5PHQJT3P8ME6A2N0N) and chat.message.sent (ID: 01KPHQSC4G784C44CHZSH32AR5)

My server is publicly reachable and returns 200 OK for valid requests confirmed by testing with curl (unauthenticated requests correctly return 403)

Issue:
No events are being delivered to my webhook endpoint at all. The server logs show zero incoming POST requests from Kick, even when chat messages are being sent or the stream goes live.

What I've tried:

Confirmed the webhook URL in the dashboard matches my server URL exactly
Deleted old subscriptions and re-subscribed
Verified the server is online and responding

Can you please check if events are being dispatched to my endpoint and whether there are any errors on your side?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions