List Account Settings
gorgias_list_account_settingsList all account settings for the current Gorgias account, with optional filtering by type to retrieve specific settings like business hours.
Instructions
GET /api/account/settings — List account settings for the current account. Returns an array of AccountSetting objects. This endpoint does not support pagination — all settings are returned in a single response. Supports filtering by type.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Filter settings by type. Only returns settings matching this type identifier (e.g. 'business-hours') |