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

---

[API](https://skmtc.net/tyktechnologies/apis/tyk-gateway-api.md) · [All operations](https://skmtc.net/tyktechnologies/apis/tyk-gateway-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tyktechnologies/tyk-gateway-api/versions/4ae998d5545e/schema)
