---
title: "List API Keys"
method: GET
path: "/v1/companies/{company_code_or_sid}/api-keys"
tags: ["companies"]
---

# List API Keys

`GET /v1/companies/{company_code_or_sid}/api-keys`

List API keys for the specified Company

## Path parameters

- `company_code_or_sid` string, required

## Query parameters

- `include_expired` boolean
- `expires` 'EXPIRES_ANY' | 'EXPIRES_NO' | 'EXPIRES_YES'
- `page_size` integer
- `page_token` string

## Response `default`

default response

- StreemApiListCompanyApiKeysResponse
  - `api_keys` StreemApiCompanyApiKey[]
    - `api_key_id` string
    - `api_key_secret` string
    - `expires_at` string, date-time
    - `company_sid` string
    - `label` string
  - `next_page_token` string
  - `total_size` integer

---

[API](https://skmtc.dev/streem/apis/streem-api.md) · [All operations](https://skmtc.dev/streem/apis/streem-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/streem/streem-api/revisions/04250faebd19/schema)
