---
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.

---

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