Skip to content

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
Required

Responses

Check module access

application/json
JSON
{
"hasAccess": true
}

Playground

Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI

AstroAPI Documentation