Check Module Access
GET
/api/modules/check/{moduleId}
Check if the current organization has access to a specific module.
Authorizations
ApiKeyAuth
API key for authentication. Get your API key from the dashboard.
TypeAPI Key (header: X-Api-Key)
Parameters
Path Parameters
moduleId*
Typestring
RequiredResponses
Check module access
application/json
JSON
{
"hasAccess": true
}