v46

latestOpenAPI 3.0.3raw.githubusercontent.com2025-05-151340367.2 KB
Webhook Controller

Find Webhook

Fetch Webhook configuration

get/settings/find/{instance}

Path parameters

instancestring required

Name of the instance to get settings

Response

Ok

reject_callboolean

Indicates whether to reject incoming calls.

groups_ignoreboolean

Indicates whether to ignore group messages.

always_onlineboolean

Indicates whether to always keep the instance online.

read_messagesboolean

Indicates whether to mark messages as read.

read_statusboolean

Indicates whether to read status updates.

sync_full_historyboolean

Indicates whether to synchronize full message history.

Example response

{
  "reject_call": true,
  "groups_ignore": true,
  "always_online": true,
  "read_messages": true,
  "read_status": true,
  "sync_full_history": false
}