Returns the institute-level configuration for the institute identified in the URL — branding, default behavior toggles, integration credentials, and similar values that other API calls look up at runtime.
Without keys, every setting on the institute is returned. With keys, only the matching settings are returned and their values are also evicted from the institute-settings cache, so the next read reflects any out-of-band update immediately. When keys is supplied and none of them exist on the institute, the call returns 404; without keys, an empty list is returned for an institute that has no settings yet.
Use this when you administer multiple institutes and need to fetch settings for a specific one. To read your own institute's settings, use GET /organisations/active/settings — same shape, current institute implied.
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
200Successfully fetched institute settings.
400The provided keys are invalid.
401You do not have permission to view the specified institute settings.
404The provided institute was not found.