---
title: "Get an Organisation Key"
method: GET
path: "/tyk/org/keys/{keyID}"
tags: ["Organisation Quotas"]
---

# Get an Organisation Key

`GET /tyk/org/keys/{keyID}`

Get session info about specified organisation key. Should return up to date rate limit and quota usage numbers.

## Path parameters

- `keyID` string, required

## Query parameters

- `orgID` string

## Response `200`

OK

- object
  - `access_rights` object, nullable
  - `alias` string
  - `allowance` integer
  - `apply_policies` string[], nullable
  - `date_created` string, date-time
  - `enable_detailed_recording` boolean
  - `last_updated` string
  - `meta_data` object, nullable
  - `org_id` string
  - `per` integer
  - `quota_max` integer
  - `quota_renewal_rate` integer
  - `quota_renews` integer
  - `rate` integer
  - `tags` string[], nullable
  - `throttle_interval` integer
  - `throttle_retry_limit` integer

## Other responses

- `403` — Forbidden
- `404` — Org not found

## Changes

- **2024-09-18** `111affa17abe` — 17 breaking, 21 warning, 5 info
  - added the new path request parameter `keyID`
  - the response property `access_rights` became nullable for the status `200`
  - the response property `access_rights/additionalProperties/allowed_urls` became nullable for the status `200`
  - the response property `access_rights/additionalProperties/allowed_urls/items/methods` became nullable for the status `200`
  - …39 more
- **2024-08-21** `31989871353c` — 1 warning, 1 info
  - removed the optional property `access_rights/additionalProperties/limit/smoothing` from the response with the `200` status
  - added the optional property `access_rights/additionalProperties/endpoints` to the response with the `200` status
- **2024-06-17** `1938d97cb6b5` — 2 info
  - added the optional property `access_rights/additionalProperties/limit/smoothing` to the response with the `200` status
  - added the optional property `smoothing` to the response with the `200` status
- …earlier changes not shown

[Full history](https://skmtc.dev/tyktechnologies/apis/tyk-gateway-api/changes/tyk/org/keys/:keyID/get.md)

---

[API](https://skmtc.dev/tyktechnologies/apis/tyk-gateway-api.md) · [All operations](https://skmtc.dev/tyktechnologies/apis/tyk-gateway-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/tyktechnologies/tyk-gateway-api/revisions/900d0a33ae1d/schema)
