cURL
curl --request GET \ --url https://api.prod.commenda.io/api/v1/public/business-entities/{businessEntityId}/registrations/supported \ --header 'x-api-key: <api-key>'
{ "supportedRegistrations": [ { "displayName": "Delaware LLC Registration", "description": "Corporate registry registration for a Delaware LLC.", "purpose": "CORPORATE_REGISTRY", "isExpirable": false, "isFunctionCritical": true, "internalIdentifier": "US_DE_CORP_REGISTRY", "corporationType": "LLC", "governmentIdentifierInternalIdentifier": "US_EIN", "country": "US", "jurisdiction": "DE" } ], "count": 12 }
List the registrations Commenda OS supports for a business entity.
Commenda business-entity identifier.
Supported registrations retrieved successfully
Show child attributes
12
Was this page helpful?