Skip to main content
GET
Get Config

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

Successful Response

org_summary
OrgSummary · object
required

Read-only org context surfaced in the settings page.

config
CxIntelOrgConfigBody · object | null

Combined upsert payload for organizations.cx_intel_config.

Both config routers write this column wholesale (patch_organization(..., {"cx_intel_config": body.model_dump()})), so every key the column should keep has to be a field here — a sibling key that isn't would be dropped on the next save. That is why the offer lives on this model rather than in a column of its own.

configured
boolean
default:false