---
title: "Register an incoming webhook for a specific application"
method: POST
path: "/apps/{app-slug}/register-webhook"
tags: ["app-setup"]
---

# Register an incoming webhook for a specific application

`POST /apps/{app-slug}/register-webhook`

[Register an incoming webhook](https://devcenter.bitrise.io/api/incoming-and-outgoing-webhooks/#incoming-webhooks) 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.

## Path parameters

- `app-slug` string, required

## Response `200`

OK

- V0WebhookRespModel
  - `status` string

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.net/bitrise/apis/bitrise-api.md) · [All operations](https://skmtc.net/bitrise/apis/bitrise-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bitrise/bitrise-api/versions/89468e4a014b/schema)
