mirror of
https://github.com/prowler-cloud/prowler.git
synced 2026-07-19 02:21:52 +00:00
20 lines
440 B
Plaintext
20 lines
440 B
Plaintext
---
|
|
title: "List Tenants"
|
|
api: "GET /api/v1/tenants"
|
|
description: "Retrieve a list of tenants you belong to."
|
|
---
|
|
|
|
Retrieve all tenants (organizations) that you are a member of.
|
|
|
|
## Example Request
|
|
|
|
```bash
|
|
curl -X GET "https://api.prowler.com/api/v1/tenants" \
|
|
-H "Authorization: Bearer YOUR_JWT_TOKEN" \
|
|
-H "Content-Type: application/vnd.api+json"
|
|
```
|
|
|
|
## Response
|
|
|
|
Returns a list of tenants with their details and your role in each.
|