curl --request GET \
--url https://api.prod.commenda.io/api/v1/public/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 globally.
curl --request GET \
--url https://api.prod.commenda.io/api/v1/public/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
}Was this page helpful?