Skip to main content
GET
/
partner
/
commenda-os
/
customers
/
{customerId}
/
business-entities
/
{businessEntityId}
/
documents
/
supported
List supported document types
curl --request GET \
  --url https://api.prod.commenda.io/api/v1/partner/commenda-os/customers/{customerId}/business-entities/{businessEntityId}/documents/supported \
  --header 'x-api-key: <api-key>'
{
  "supportedDocumentTypes": [
    {
      "documentName": "Operating Agreement",
      "documentType": "FORMATION_DOCUMENT",
      "documentSubType": "OperatingAgreement",
      "supportsDataStorage": false,
      "country": "US",
      "isTimeSensitive": false,
      "isUnique": true,
      "data": {},
      "jurisdiction": "DE",
      "corporationType": "LLC",
      "canBeAddedByAddDocument": true
    }
  ],
  "count": 5
}

Documentation Index

Fetch the complete documentation index at: https://docs.commenda.io/llms.txt

Use this file to discover all available pages before exploring further.

List the document types Commenda OS supports for a customer’s business entity.

Authorizations

x-api-key
string
header
required

Path Parameters

customerId
integer
required

Commenda customer identifier.

businessEntityId
integer
required

Commenda business-entity identifier for the specified customer.

Response

Supported document types retrieved successfully

supportedDocumentTypes
object[]
required
count
integer
required
Example:

5