Skip to main content
GET
/
identity
/
v1
/
organizations
/
{organizationId}
/
settings
Gets settings for an organization from Monite Platform.
curl --request GET \
  --url https://api.sandbox.tesouro.com/identity/v1/organizations/{organizationId}/settings \
  --header 'Authorization: Bearer <token>'
{
  "accounting": {
    "ledgerAccountIds": [
      "<string>"
    ],
    "taxIds": [
      "<string>"
    ]
  },
  "allowPurchaseOrderAutolinking": true,
  "currency": "<string>",
  "documentIds": {
    "documentTypePrefix": "<string>",
    "includeDate": true,
    "minDigits": 123,
    "nextNumber": 123,
    "prefix": "<string>",
    "separator": "<string>"
  },
  "documentRendering": {
    "creditNote": null,
    "displayEntityBankAccount": true,
    "displayLineItems": true,
    "invoice": null,
    "lineItems": null,
    "quote": null
  },
  "generatePaidInvoicePdf": true,
  "language": "<string>",
  "mail": {
    "replyTo": "<string>"
  },
  "payablesOcrAutoTagging": [
    {
      "enabled": true,
      "keywords": [
        "<string>"
      ],
      "tagId": "<string>"
    }
  ],
  "payablesSkipApprovalFlow": true,
  "paymentPriority": "<string>",
  "quoteSignatureRequired": true,
  "receivableEditFlow": "<string>",
  "reminder": {
    "enabled": true
  },
  "vatInclusiveDiscountMode": "<string>",
  "vatMode": "<string>"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

organizationId
string<uuid>
required

The organization ID.

Response

Returns the organization settings.

accounting
object
allowPurchaseOrderAutolinking
null | boolean
currency
null | string
documentIds
object
documentRendering
object
generatePaidInvoicePdf
null | boolean
language
null | string
mail
object
payablesOcrAutoTagging
null | object[]
payablesSkipApprovalFlow
null | boolean
paymentPriority
null | string
quoteSignatureRequired
null | boolean
receivableEditFlow
null | string
reminder
object
vatInclusiveDiscountMode
null | string
vatMode
null | string