---
title: "Changes to Get an Organisation Key"
method: GET
path: "/tyk/org/keys/{keyID}"
---

# Changes to Get an Organisation Key

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

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 4 of 52 revisions.

- **2024-09-18** `111affa17abe` — 17 breaking, 21 warning, 5 info
- **2024-08-21** `31989871353c` — 1 warning, 1 info
- **2024-06-17** `1938d97cb6b5` — 2 info
- **2022-05-24** `111d8ca21864` — 8 breaking, 4 warning, 21 info

## 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`
  - the response property `access_rights/additionalProperties/versions` became nullable for the status `200`
  - the response property `apply_policies` became nullable for the status `200`
  - the response property `meta_data` became nullable for the status `200`
  - the response property `tags` became nullable for the status `200`
  - the `access_rights/additionalProperties/limit/quota_max` response's property type/format changed from `integer`/`int64` to `integer`/`` for status `200`
  - the `access_rights/additionalProperties/limit/quota_remaining` response's property type/format changed from `integer`/`int64` to `integer`/`` for status `200`
  - the `access_rights/additionalProperties/limit/quota_renewal_rate` response's property type/format changed from `integer`/`int64` to `integer`/`` for status `200`
  - the `access_rights/additionalProperties/limit/throttle_retry_limit` response's property type/format changed from `integer`/`int64` to `integer`/`` for status `200`
  - the `meta_data/additionalProperties/` response's property type/format changed from `object`/`` to `string`/`` for status `200`
  - the `quota_max` response's property type/format changed from `integer`/`int64` to `integer`/`` for status `200`
  - the `quota_renewal_rate` response's property type/format changed from `integer`/`int64` to `integer`/`` for status `200`
  - the `quota_renews` response's property type/format changed from `integer`/`int64` to `integer`/`` for status `200`
  - the `throttle_retry_limit` response's property type/format changed from `integer`/`int64` to `integer`/`` for status `200`
  - removed the optional property `access_rights/additionalProperties/endpoints` from the response with the `200` status
  - removed the optional property `access_rights/additionalProperties/limit/quota_renews` from the response with the `200` status
  - removed the optional property `access_rights/additionalProperties/limit/set_by_policy` from the response with the `200` status
  - removed the optional property `apply_policy_id` from the response with the `200` status
  - removed the optional property `basic_auth_data` from the response with the `200` status
  - removed the optional property `certificate` from the response with the `200` status
  - removed the optional property `data_expires` from the response with the `200` status
  - removed the optional property `enable_detail_recording` from the response with the `200` status
  - removed the optional property `expires` from the response with the `200` status
  - removed the optional property `hmac_enabled` from the response with the `200` status
  - removed the optional property `hmac_string` from the response with the `200` status
  - removed the optional property `id_extractor_deadline` from the response with the `200` status
  - removed the optional property `is_inactive` from the response with the `200` status
  - removed the optional property `jwt_data` from the response with the `200` status
  - removed the optional property `last_check` from the response with the `200` status
  - removed the optional property `monitor` from the response with the `200` status
  - removed the optional property `oauth_client_id` from the response with the `200` status
  - removed the optional property `oauth_keys` from the response with the `200` status
  - removed the optional property `quota_remaining` from the response with the `200` status
  - removed the optional property `session_lifetime` from the response with the `200` status
  - removed the optional property `smoothing` from the response with the `200` status
  - added the new optional `query` request parameter `orgID`
  - added the non-success response with the status `403`
  - …3 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
- **2022-05-24** `111d8ca21864` — 8 breaking, 4 warning, 21 info
  - the `access_rights/additionalProperties/limit/per` response's property type/format changed from `integer`/`` to `number`/`double` for status `200`
  - the `access_rights/additionalProperties/limit/rate` response's property type/format changed from `integer`/`` to `number`/`double` for status `200`
  - the `access_rights/additionalProperties/limit/throttle_interval` response's property type/format changed from `integer`/`` to `number`/`double` for status `200`
  - the `allowance` response's property type/format changed from `integer`/`` to `number`/`double` for status `200`
  - the `meta_data/additionalProperties/` response's property type/format changed from `string`/`` to `object`/`` for status `200`
  - the `per` response's property type/format changed from `integer`/`` to `number`/`double` for status `200`
  - the `rate` response's property type/format changed from `integer`/`` to `number`/`double` for status `200`
  - the `throttle_interval` response's property type/format changed from `integer`/`` to `number`/`double` for status `200`
  - deleted the `path` request parameter `keyID`
  - deleted the `query` request parameter `orgID`
  - removed the optional property `date_created` from the response with the `200` status
  - removed the optional property `enable_detailed_recording` from the response with the `200` status
  - removed the non-success response with the status `403`
  - removed the non-success response with the status `404`
  - added the optional property `access_rights/additionalProperties/limit/quota_renews` to the response with the `200` status
  - added the optional property `access_rights/additionalProperties/limit/set_by_policy` to the response with the `200` status
  - added the optional property `apply_policy_id` to the response with the `200` status
  - added the optional property `basic_auth_data` to the response with the `200` status
  - added the optional property `certificate` to the response with the `200` status
  - added the optional property `data_expires` to the response with the `200` status
  - added the optional property `enable_detail_recording` to the response with the `200` status
  - added the optional property `expires` to the response with the `200` status
  - added the optional property `hmac_enabled` to the response with the `200` status
  - added the optional property `hmac_string` to the response with the `200` status
  - added the optional property `id_extractor_deadline` to the response with the `200` status
  - added the optional property `is_inactive` to the response with the `200` status
  - added the optional property `jwt_data` to the response with the `200` status
  - added the optional property `last_check` to the response with the `200` status
  - added the optional property `monitor` to the response with the `200` status
  - added the optional property `oauth_client_id` to the response with the `200` status
  - added the optional property `oauth_keys` to the response with the `200` status
  - added the optional property `quota_remaining` to the response with the `200` status
  - added the optional property `session_lifetime` to the response with the `200` status

---

[Operation](https://skmtc.dev/tyktechnologies/apis/tyk-gateway-api/docs/tyk/org/keys/:keyID/get.md) · [API](https://skmtc.dev/tyktechnologies/apis/tyk-gateway-api.md) · [Page](https://skmtc.dev/tyktechnologies/apis/tyk-gateway-api/changes/tyk/org/keys/:keyID/get)
