Api
Get Freshservice Settings
Get Freshservice sync settings including badge field configuration.
Get Freshservice sync settings including badge field configuration.
AuthorizationBearer <token>
In: header
Response Body
application/json
curl -X GET "https://loading/api/v1/configuration/requesters/settings"{
"auto_sync_enabled": true,
"badge_field_name": "string",
"last_synced_at": "string",
"sync_interval_hours": 0
}Get Feature Flags Internal GET
Get effective feature flags (plan defaults + tenant overrides) - internal use only (no auth).
Get Itsm Credentials Internal GET
Get ITSM credentials - internal use only (no auth). Story #214: Config drift fix - returns actual credentials from database. Used by LiveKit Agent MCP subprocess to get DB-configured credentials. WARNING: Returns actual credentials. Only accessible from K8s cluster.