Get SAI settings
GET/api/v1/sai/settings
Returns the SAI assistant settings configured for your business, including preferredLanguage, preferredDateFormat, customInstructions, upsellInstructions, and customSources. Responds with 404 if no SAI settings have been configured yet. customSources is read-only on this API and is managed through the Admin Dashboard; update the other fields with PATCH /api/v1/sai/settings.
Responses
- 200
- 404
- 500
SAI settings retrieved successfully
SAI settings not found
Internal server error