cURL
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 }
Public endpoint: returns organization layout settings; falls back to default if not found
Bearer token authentication. Format: 'Bearer '
Successful Response
Was this page helpful?