Skip to content

Check Hub Status

GET
/api/v1/modules/install/status

Verifies if Module Hub core registry tables are installed.

Authorizations

SessionAuth

Session ID for authenticated requests

Type
API Key (header: X-Session-ID)

Responses

Hub status

application/json
JSON
{
  
"data": {
  
  
"installed": true,
  
  
"tables": [
  
  
  
"string"
  
  
]
  
},
  
"user_context": {
  
  
"additionalProperties": "string"
  
}
}

Playground

Server
Authorization

Samples

Powered by VitePress OpenAPI