---
title: "Retrieve a webhook"
method: GET
path: "/projects/{project_id}/webhooks/{webhook_id}"
tags: ["Webhooks"]
---

# Retrieve a webhook

`GET /projects/{project_id}/webhooks/{webhook_id}`

Retrieves a [Webhook](#object-webhooks) object. Requires *Manage settings* admin right.

Requires <code>read_webhooks</code> OAuth access scope.

## Path parameters

- `project_id` string, required
- `webhook_id` string, required

## Response `200`

OK

- object
  - `project_id` string
  - `translations` Webhooks
    - `webhook_id` string — A unique identifier of the webhook.
    - `url` string — Specified URL.
    - `branch` string — If webhook is limited to single branch.
    - `secret` string — <code>X-Secret</code> header sent with webhook requests.
    - `events` unknown[] — List of events webhook is subscribed to. See our <a href="https://docs.lokalise.com/en/articles/3184756-webhooks" target="_blank" rel="noopener noreferrer">documentation</a> for available events and payload examples.
      - unknown
    - `event_lang_map` object[] — List of maps with languages assigned to the events.
      - `event` string — Event name.
      - `lang_iso_codes` unknown[] — List of languages iso codes.
        - unknown

---

[API](https://skmtc.net/lokalise/apis/default-projects.md) · [All operations](https://skmtc.net/lokalise/apis/default-projects/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lokalise/default-projects/revisions/7bceba421b12/schema)
