> ## Documentation Index
> Fetch the complete documentation index at: https://docs.stateset.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Lists a tenant's API keys (metadata only — hashes are never returned).

> Platform-admin only.

Platform-admin only.

### Path parameters

<ParamField path="id" type="string" required>
  Tenant ID
</ParamField>

### Response

No response body. The tenant's API keys.

### Status codes

| Code  | Meaning               |
| ----- | --------------------- |
| `200` | The tenant's API keys |

<RequestExample>
  ```bash cURL theme={null}
  curl --request GET \
    --url 'https://edi.stateset.com/v1/tenants/{id}/api-keys' \
    --header 'Authorization: Bearer YOUR_API_KEY'
  ```
</RequestExample>
