Organization Webhooks API finalized
After four months in preview release, the Organization Webhooks API is now considered stable and ready for production use.
Preview media type no longer needed
During the preview period, you needed to provide a custom media type in the Accept
header when using the Organization Webhooks API:
application/vnd.github.sersi-preview+json
Now that the preview has ended, you no longer need to pass this custom media type, though providing an explicit media type is recommended:
application/vnd.github.v3+json
Feedback
If you have any questions or feedback on this API, please get in touch.