---
title: "Get settings"
method: GET
path: "/v1/settings"
tags: ["Settings"]
---

# Get settings

`GET /v1/settings`

## Response `200`

OK

- Settings — Application Settings
  - `accounting` AccountingSettingsDto
    - `accountNumberLength` integer
    - `customerAccountFormat` string, nullable
    - `customerCollectiveAccount` string, nullable
    - `expensesImportVatReverseAccountNumber` string, nullable
    - `expensesJournalCode` string, nullable
    - `expensesSubcontractingVatReverseAccountNumber` string, nullable
    - `feesAccountingAccountNumber` string, nullable
    - `generateCustomerAccount` boolean
    - `generateSupplierAccount` boolean
    - `miscJournalCode` string, nullable
    - `salesDepositAccountingAccountNumber` string, nullable
    - `salesJournalCode` string, nullable
    - `salesShippingAccountNumber` string, nullable
    - `salesVatCollectionAccountingAccountNumber` string, nullable
    - `supplierAccountFormat` string, nullable
    - `supplierCollectiveAccount` string, nullable
    - `uncertainAccountNumberRoot` string, nullable
  - `company` CompanySettingsDto
    - `ape` string, nullable
    - `businessName` string, nullable
    - `capital` number, double, nullable
    - `cgaMember` boolean
    - `contact` ContactFields
      - `cellPhone` string, nullable
      - `companyName` string, nullable
      - `displayName` string, nullable
      - `email` string, nullable
      - `firstName` string, nullable
      - `function` string, nullable
      - `invertedDisplayName` string, nullable
      - `lastName` string, nullable
      - `phone` string, nullable
      - `service` string, nullable
      - `title` string, nullable
    - `electronicAddress` string, nullable
    - `emailLogoUri` string, nullable
    - `guarantees` string, nullable
    - `headOfficeAddress` AddressFields
      - `city` string, nullable
      - `countryIso` string, nullable
      - `countryName` string, nullable
      - `formattedAddress` string, nullable
      - `inlineAddress` string, nullable
      - `street` string, nullable
      - `zipcode` string, nullable
    - `invoicingAddress` AddressFields
      - `city` string, nullable
      - `countryIso` string, nullable
      - `countryName` string, nullable
      - `formattedAddress` string, nullable
      - `inlineAddress` string, nullable
      - `street` string, nullable
      - `zipcode` string, nullable
    - `isMicroBusiness` boolean
    - `legalMentions` string, nullable
    - `legalStatus` string, nullable
    - `logoUri` string, nullable
    - `mediator` string, nullable
    - `name` string, nullable
    - `registrationNumber` string, nullable
    - `reportLogoUri` string, nullable
    - `siret` string, nullable
    - `summary` string, nullable
    - `urlCompanyName` string, nullable
    - `useInvoicingAddressAsHeadOfficeAddress` boolean
    - `vatNumber` string, nullable
    - `website` string, nullable
  - `emailing` EmailingSettingsDto
    - `credits` EmailCreditSettingsDto
      - `defaultAttachments` EmailAttachmentDto[], nullable
        - `fileId` integer
        - `fileName` string, nullable
        - `fileSize` number, double
      - `defaultBccEmails` string[], nullable
      - `defaultCcEmails` string[], nullable
      - `defaultContentTemplate` string, nullable
      - `defaultObjectTemplate` string, nullable
      - `includeDocumentAttachment` boolean
      - `showAmount` boolean
    - `homecareServices` EmailHomecareServiceSettingsDto
      - `defaultAttachments` EmailAttachmentDto[], nullable
        - `fileId` integer
        - `fileName` string, nullable
        - `fileSize` number, double
      - `defaultBccEmails` string[], nullable
      - `defaultCcEmails` string[], nullable
      - `defaultContentTemplate` string, nullable
      - `defaultObjectTemplate` string, nullable
    - `invoices` EmailInvoiceSettingsDto
      - `defaultAttachments` EmailAttachmentDto[], nullable
        - `fileId` integer
        - `fileName` string, nullable
        - `fileSize` number, double
      - `defaultBccEmails` string[], nullable
      - `defaultCcEmails` string[], nullable
      - `defaultContentTemplate` string, nullable
      - `defaultObjectTemplate` string, nullable
      - `includeDocumentAttachment` boolean
      - `showAmount` boolean
    - `quotes` EmailQuoteSettingsDto
      - `defaultAttachments` EmailAttachmentDto[], nullable
        - `fileId` integer
        - `fileName` string, nullable
        - `fileSize` number, double
      - `defaultBccEmails` string[], nullable
      - `defaultCcEmails` string[], nullable
      - `defaultContentTemplate` string, nullable
      - `defaultObjectTemplate` string, nullable
      - `includeDocumentAttachment` boolean
      - `showAmount` boolean
    - `reminders` EmailReminderSettingsDto
      - `defaultAttachments` EmailAttachmentDto[], nullable
        - `fileId` integer
        - `fileName` string, nullable
        - `fileSize` number, double
      - `defaultBccEmails` string[], nullable
      - `defaultCcEmails` string[], nullable
      - `defaultContentTemplate` string, nullable
      - `defaultObjectTemplate` string, nullable
      - `includeDocumentAttachment` boolean
    - `style` EmailStyleSettingsDto
      - `backgroundColor` string, nullable
      - `foreColor` string, nullable
      - `headerBackgroundColor` string, nullable
      - `headerForeColor` string, nullable
  - `general` GeneralSettingsDto
    - `companyInfoLinkProvider` 'Pappers' | 'Infogreffe' | 'Manageo' | 'Verif'
    - `contactDisplayFormat` 'LastNameFirstName' | 'FirstNameLastName'
    - `ipLinkProvider` 'IPInfo' | 'DBIP' | 'IPData' | 'IPGeolocation'
    - `mapLinkProvider` 'GoogleMaps' | 'BingMaps' | 'OpenStreetMap'
    - `timezone` string, nullable
  - `sales` SalesSettingsDto
    - `allowInlineDate` boolean
    - `btoBSettlementTerm` SettlementTermDto
      - `conditions` SettlementTermConditionDto[], nullable
        - `dayOfMonth` integer, nullable
        - `delay` integer
        - `delayType` 'Days' | 'Months'
        - `id` integer
        - `percent` number, double
        - `type` 'Net' | 'EndMonth'
      - `id` integer
      - `isCustom` boolean
      - `name` string, nullable
    - `btoBSettlementTermId` integer, nullable
    - `btoCSettlementTerm` SettlementTermDto
      - `conditions` SettlementTermConditionDto[], nullable
        - `dayOfMonth` integer, nullable
        - `delay` integer
        - `delayType` 'Days' | 'Months'
        - `id` integer
        - `percent` number, double
        - `type` 'Net' | 'EndMonth'
      - `id` integer
      - `isCustom` boolean
      - `name` string, nullable
    - `btoCSettlementTermId` integer, nullable
    - `credits` CreditSettingsDto
      - `validityDuration` integer, nullable
    - `customersLiableToVat` boolean
    - `defaultProductClassification` ClassificationDto
      - `accountNumber` string, nullable
      - `defaultVat` VatDto
        - `default` boolean
        - `id` integer, nullable
        - `rate` number, double, nullable
        - `region` 'FR' | 'EU' | 'IE' | 'DOM' | 'Corse' | 'Monaco'
      - `defaultVatId` integer, nullable
      - `description` string, nullable
      - `id` integer, nullable
      - `isProduct` boolean
      - `isService` boolean
      - `label` string, nullable
      - `metadatas` object, nullable
      - `microBusinessDeclarationType` 'Products' | 'Services' | 'OtherServices' | 'Renting' | 'Cipav'
      - `type` 'Sale' | 'Expense' | 'Other'
    - `defaultServiceClassification` ClassificationDto
      - `accountNumber` string, nullable
      - `defaultVat` VatDto
        - `default` boolean
        - `id` integer, nullable
        - `rate` number, double, nullable
        - `region` 'FR' | 'EU' | 'IE' | 'DOM' | 'Corse' | 'Monaco'
      - `defaultVatId` integer, nullable
      - `description` string, nullable
      - `id` integer, nullable
      - `isProduct` boolean
      - `isService` boolean
      - `label` string, nullable
      - `metadatas` object, nullable
      - `microBusinessDeclarationType` 'Products' | 'Services' | 'OtherServices' | 'Renting' | 'Cipav'
      - `type` 'Sale' | 'Expense' | 'Other'
    - `defaultShippingClassification` ClassificationDto
      - `accountNumber` string, nullable
      - `defaultVat` VatDto
        - `default` boolean
        - `id` integer, nullable
        - `rate` number, double, nullable
        - `region` 'FR' | 'EU' | 'IE' | 'DOM' | 'Corse' | 'Monaco'
      - `defaultVatId` integer, nullable
      - `description` string, nullable
      - `id` integer, nullable
      - `isProduct` boolean
      - `isService` boolean
      - `label` string, nullable
      - `metadatas` object, nullable
      - `microBusinessDeclarationType` 'Products' | 'Services' | 'OtherServices' | 'Renting' | 'Cipav'
      - `type` 'Sale' | 'Expense' | 'Other'
    - `generalTermsFile` SharedFileDto
      - `description` string, nullable
      - `externalLinkHash` string, nullable
      - `fileName` string, nullable
      - `folderId` integer, nullable
      - `id` integer
      - `metadatas` object, nullable
      - `size` number, double
      - `system` boolean
      - `uploadedAt` string, date-time
    - `generalTermsFileId` integer, nullable
    - `invoices` InvoiceSettingsDto
      - `collectionCosts` string, nullable
      - `earlyFinalizationDuration` integer, nullable
      - `latePaymentPenalty` string, nullable
      - `substractDepositFromTaxExcludedAmount` boolean
    - `mainActivity` 'Product' | 'Service' | 'Text'
    - `marginRate` number, double
    - `paymentMethod` 'Transfer' | 'Order' | 'Check' | 'Cash' | 'Card' | 'Bill' | 'Usec' | 'Other'
    - `quotes` QuoteSettingsDto
      - `depositDefaultValue` number, double
      - `validityDuration` integer
    - `useTaxIncluded` boolean
    - `vatReverseCharge` boolean
  - `socials` Socials
    - `facebook` string, nullable
    - `instagram` string, nullable
    - `linkedIn` string, nullable
    - `pinterest` string, nullable
    - `twitter` string, nullable
    - `youtube` string, nullable
  - `vat` VatSettingsDto
    - `liableToVat` boolean
    - `nonLiableTextToPrint` string, nullable
    - `vatMode` 'Auto' | 'Debit' | 'Collection'
    - `vatPeriod` 'Monthly' | 'Quarterly' | 'Annually'

---

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