---
title: "List Pending Enterprise Keys"
method: GET
path: "/api/admin/enterprise/pending"
tags: ["Admin"]
---

# List Pending Enterprise Keys

`GET /api/admin/enterprise/pending`

List all pending enterprise keys awaiting admin approval.

## Response `200`

Successful Response

- PendingEnterpriseKeysResponse
  - `success` boolean
  - `data` PendingEnterpriseKey[]
    - `id` string, required — API key ID
    - `user_id` string, required — User ID who requested the key
    - `user_email` string, nullable — User's email
    - `name` string, required — Key display name
    - `company_name` string, nullable — Company name
    - `request_message` string, nullable — Reason for requesting enterprise access
    - `expected_monthly_usage` number, nullable — Expected monthly usage in USD
    - `credit_limit_usd` number — Credit limit for this key
    - `created_at` string, required — Request creation timestamp
  - `total` integer — Total pending keys

## Other responses

- `500` — Internal Server Error

---

[API](https://skmtc.net/compresr/apis/compresr-platform-api.md) · [All operations](https://skmtc.net/compresr/apis/compresr-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/compresr/compresr-platform-api/versions/93ee959dfa51/schema)
