Register an incoming webhook for a specific application
POST/apps/:app-slug/register-webhook
Register an incoming webhook for a specific application. You can do this during the app registration process or at any other time in an app's life. When calling this endpoint, a webhook is registered at your git provider: this is necessary to automatically trigger builds on Bitrise.
RequestClick to copy link
ResponsesClick to copy link
- 200
- 400
- 401
- 404
- 500
OK
Bad Request
Unauthorized
Not Found
Internal Server Error