Files
prowler/docs/api-reference/lighthouse/configuration-get.mdx
2025-10-30 18:58:05 +01:00

20 lines
509 B
Plaintext

---
title: "Get Lighthouse AI Tenant Config"
api: "GET /api/v1/lighthouse/configuration"
description: "Retrieve current tenant-level Lighthouse AI settings."
---
Get your tenant's Lighthouse AI configuration including business context and default models.
## Example Request
```bash
curl -X GET "https://api.prowler.com/api/v1/lighthouse/configuration" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/vnd.api+json"
```
## Response
Returns tenant Lighthouse AI configuration.