List Modules
GET
/api/modules
Get all available modules with pricing information.
Authorizations
ApiKeyAuth
API key for authentication. Get your API key from the dashboard.
Type
API Key (header: X-Api-Key)
Responses
List all available modules
application/json
JSON "data": [ { "id": "string", "name": "string", "description": "string", "category": "string", "horoscopeType": "string", "contentType": "string", "priceCents": 0, "requiresModules": [ "string" ] } ]
{
}