Skip to main content
GET
/
api
/
core
/
organizations
/
{organization_id}
/
settings
Get organization settings
curl --request GET \
  --url https://api.example.com/api/core/organizations/{organization_id}/settings \
  --header 'Authorization: Bearer <token>'
{
  "primary_color": "<string>",
  "logo_url": "<string>",
  "is_fallback": true
}

Authorizations

Authorization
string
header
required

Bearer token authentication. Format: 'Bearer '

Path Parameters

organization_id
string
required

Response

Successful Response

primary_color
string | null
required
logo_url
string | null
required
is_fallback
boolean
required