Skip to main content
GET
/
partner
/
commenda-os
/
registrations
/
supported
List supported registrations
curl --request GET \
  --url https://api.prod.commenda.io/api/v1/partner/commenda-os/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",
      "country": "US",
      "jurisdiction": "DE",
      "governmentIdentifierInternalIdentifier": "US_EIN"
    }
  ],
  "count": 12
}
Returns the full catalog of registration types that Commenda OS supports across all jurisdictions and entity types. Use this endpoint to discover which registrations are available before querying a specific business entity. Each entry in the response includes the registration’s display name, jurisdiction, applicable entity type, purpose (for example, formation or tax), and whether the registration expires.

Authorizations

x-api-key
string
header
required

Response

Supported registrations retrieved successfully

supportedRegistrations
object[]
required
count
integer
required
Example:

12