---
title: "Find Webhook"
method: GET
path: "/settings/find/{instance}"
tags: ["Webhook Controller"]
---

# Find Webhook

`GET /settings/find/{instance}`

Fetch Webhook configuration

## Path parameters

- `instance` string, required

## Response `200`

Ok

- object
  - `reject_call` boolean — Indicates whether to reject incoming calls.
  - `groups_ignore` boolean — Indicates whether to ignore group messages.
  - `always_online` boolean — Indicates whether to always keep the instance online.
  - `read_messages` boolean — Indicates whether to mark messages as read.
  - `read_status` boolean — Indicates whether to read status updates.
  - `sync_full_history` boolean — Indicates whether to synchronize full message history.

## Changes

- **2024-10-14** (v2) `c153448703e5` — 4 info
  - api operation id `findWebhook` was added
  - the endpoint scheme security `ApiKeyAuth` was added to the API
  - api tag `Webhook Controller` added
  - api tag `Settings` removed
- **2024-09-09** (v2) `0c4620ca5ed5` — 4 info
  - api operation id `findSettings` removed and replaced with ``
  - the endpoint scheme security `ApiKeyAuth` was removed from the API
  - api tag `Settings` added
  - api tag `Settings Controller` removed
- **2024-06-13** (v2) `996acfdb07ce` — 6 warning, 4 info
  - removed the optional property `always_online` from the response with the `200` status
  - removed the optional property `groups_ignore` from the response with the `200` status
  - removed the optional property `read_messages` from the response with the `200` status
  - removed the optional property `read_status` from the response with the `200` status
  - …6 more

[Change history](https://skmtc.dev/evolution-foundation/apis/openapi/changes/settings/find/:instance/get.md)

---

[API](https://skmtc.dev/evolution-foundation/apis/openapi.md) · [All operations](https://skmtc.dev/evolution-foundation/apis/openapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/evolution-foundation/openapi/revisions/153363ee7f38/schema)
