---
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

## Changes

- **2021-02-04** `d157f249859f` — 1 info
  - added the optional property `type` to the response with the `200` status
- **2020-02-10** `1982af32482c` — 1 info
  - the endpoint scheme security `bearerAuth` was added to the API
- **2020-01-16** `0cd287ac6169` — 5 breaking
  - the `counter` response's property type/format changed from `integer`/`int64` to `number`/`int64` for status `200`
  - the `created_at` response's property type/format changed from `integer`/`int64` to `number`/`int64` for status `200`
  - the `last_used_at` response's property type/format changed from `integer`/`int64` to `number`/`int64` for status `200`
  - the `usage_limit` response's property type/format changed from `integer`/`int64` to `number`/`int64` for status `200`
  - …1 more

[Change history](https://skmtc.dev/github/apis/rumble-api-deprecated/changes/org/key/get.md)

---

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