Skip to main content
GET
/
public
/
business-entities
/
{businessEntityId}
/
documents
/
supported
List supported document types
curl --request GET \
  --url https://api.prod.commenda.io/api/v1/public/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
}
List the document types Commenda OS supports for a business entity.

Authorizations

x-api-key
string
header
required

Path Parameters

businessEntityId
integer
required

Commenda business-entity identifier.

Response

Supported document types retrieved successfully

supportedDocumentTypes
object[]
required
count
integer
required
Example:

5