mirror of
https://github.com/prowler-cloud/prowler.git
synced 2026-07-19 02:21:52 +00:00
20 lines
509 B
Plaintext
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.
|