cURL
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.
Commenda business-entity identifier.
Supported document types retrieved successfully
Show child attributes
5
Was this page helpful?