Skip to content

List Available Modules

GET
/api/public/modules

Get all available modules with pricing information. No authentication required.

Authorizations

ApiKeyAuth

API key for authentication. Get your API key from the dashboard.

Type
API Key (header: X-Api-Key)

Responses

List of all available modules

application/json
JSON
{
"data": [
{
"id": "string",
"name": "string",
"description": "string",
"category": "string",
"priceCents": 0,
"requiresModules": [
"string"
]
}
]
}

Playground

Authorization

Samples

Powered by VitePress OpenAPI

AstroAPI Documentation