[Webhooks] What should I return on success?

A lot of platforms require a return of the status code or something similar. I’ve done this and it seems to work, however, I’m wondering if there’s something in particular Twitch wants sent back to confirm receipt or will anything suffice?

For the receiving of a payload?

Just

HTTP 1.1/200 OK

Optional Body “OK” is the traditional method of 200 ok-ing

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.