---
title: "Get API key details"
method: GET
path: "/org/key"
tags: ["Organization"]
---

# Get API key details

`GET /org/key`

## Response `200`

api key details

- APIKey
  - `id` string, uuid, required
  - `client_id` string, uuid
  - `organization_id` string, uuid
  - `created_at` integer
  - `created_by` string, email
  - `comment` string
  - `last_used_at` integer
  - `last_used_ip` string
  - `last_used_ua` string
  - `counter` integer
  - `usage_today` integer
  - `usage_limit` integer
  - `token` string
  - `inactive` boolean
  - `type` string

## Other responses

- `401` — Access token is missing or invalid

---

[API](https://skmtc.net/rumble/apis/rumble-api-deprecated.md) · [All operations](https://skmtc.net/rumble/apis/rumble-api-deprecated/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/rumble/rumble-api-deprecated/versions/7c193c1fcd5c/schema)
