GET/v1/subscription/modules/{moduleCode}/check

Get modules check

Not yet documented — no summary in the API source.

RequiresAuthorization: Bearer sk_...tenant_id

Path parameters

moduleCodestringrequired

Query parameters

featurestring

Responses

tenantIdstringnullable
productCodestringnullable
featureCodestringnullable
hasAccessboolean
reasonstringnullable
currentTierstringnullable
requiredTierstringnullable
curl --request GET \
  --url 'https://api.4comply.io/v1/subscription/modules/example-code/check' \
  --header 'Authorization: Bearer sk_...' \
  --header 'tenant_id: your-tenant-id'