---
title: "School GetSettings"
method: GET
path: "/settings"
tags: ["school-settings"]
---

# School GetSettings

`GET /settings`

school get settings

## Response `200`

OK

- V1SchoolSettingsResponse
  - `description` string
  - `name` string
  - `settings` DomainSettings
    - `color` string
    - `contactInfo` DomainContactInfo
      - `address` string
      - `businessName` string
      - `email` string
      - `phone` string
      - `registrationNumber` string
    - `disableRegistration` boolean
    - `domains` string[]
    - `fondy` DomainFondy
      - `connected` boolean
      - `merchantId` string
      - `merchantPassword` string
    - `googleAnalyticsCode` string
    - `logo` string
    - `pages` DomainPages
      - `confidential` string
      - `newsletterConsent` string
      - `serviceAgreement` string
    - `sendpulse` DomainSendPulse
      - `connected` boolean
      - `id` string
      - `listId` string
      - `secret` string
    - `showPaymentImages` boolean
  - `subtitle` string

## Other responses

- `400` — Bad Request
- `404` — Not Found
- `500` — Internal Server Error
- `default` — Default response

---

[API](https://skmtc.net/creatly/apis/creatly-api.md) · [All operations](https://skmtc.net/creatly/apis/creatly-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/creatly/creatly-api/revisions/513aaee36614/schema)
