The district endpoint gives you access to your district’s configuration — name, accent color, supported languages, and the full settings object.Documentation Index
Fetch the complete documentation index at: https://docs.credentialsportal.com/llms.txt
Use this file to discover all available pages before exploring further.
Get district
Update district
s: 1).
Update your district’s name, accent color, supported languages, or settings blob.
Request body:
Multilingual district name:
{ "en": "My District" }Hex color code for the district accent (e.g.,
"#6e5dec")Array of BCP 47 language codes supported by the district (e.g.,
["en", "es"])Partial settings object. Merged with existing settings — only keys you include are updated.
Settings structure
Thesettings object contains all district configuration. Key top-level keys:
| Key | Contents |
|---|---|
r | Roles (r.r = role definitions, r.o = display order) |
T | Tags |
b | Boards |
fo | Interview forms |
i | Interview profiles |
c | Courses |
t | Tracks |
F | Custom fields per role |
d | Dashboard layout |
l | District contact links |
gs | Google Sheets configuration |
The settings structure uses short keys for storage efficiency. Refer to the app’s Settings UI for a human-readable view of what each key controls.