Reads the instance behavior settings
Auth:Documentation Index
Fetch the complete documentation index at: https://docs.ryzeapi.cloud/llms.txt
Use this file to discover all available pages before exploring further.
TokenAccount or TokenInstance • Rate-limit: Global (100/min) • Idempotent: yes
GET on the instance path and returns the settings object with all current flags. No query params are accepted, only the name in the path and the token in the header.
| Field | Type | Description |
|---|---|---|
autoRejectCalls | boolean | Automatically rejects calls |
callRejectMessage | string | Message sent when rejecting |
ignoreGroupMessages | boolean | Ignores group events on ingestion |
keepOnlineStatus | boolean | Keeps presence as available |
autoReadMessages | boolean | Marks received messages as read |
disableHistorySync | boolean | Disables history sync (default true) |
ignoreStatus | boolean | Ignores “status” type messages (stories) |
| HTTP | error.message | When |
|---|---|---|
| 401 | Invalid token | Token missing or invalid. |
| 404 | Instance not found | Name does not exist. |
| 429 | Rate limit exceeded. Try again later. | More than 100 req/min. |
| 500 | Failed to get settings configuration | Database error. |
POST /api/instance/settings/:instance to change.