Skip to main content
GET
/
tyk
/
org
/
keys
/
{keyID}
Get an Organisation Key
curl --request GET \
  --url https://{tenant}/tyk/org/keys/{keyID} \
  --header 'X-Tyk-Authorization: <api-key>'
{
  "access_rights": {},
  "alias": "<string>",
  "allowance": 123,
  "apply_policies": [
    "<string>"
  ],
  "date_created": "2023-11-07T05:31:56Z",
  "enable_detailed_recording": true,
  "last_updated": "<string>",
  "meta_data": {},
  "org_id": "<string>",
  "per": 123,
  "quota_max": 123,
  "quota_renewal_rate": 123,
  "quota_renews": 123,
  "rate": 123,
  "tags": [
    "<string>"
  ],
  "throttle_interval": 123,
  "throttle_retry_limit": 123
}

Authorizations

X-Tyk-Authorization
string
header
required

Api key

Path Parameters

keyID
string
required

The Key ID

Query Parameters

orgID
string

The Org ID

Response

OK

access_rights
object
alias
string
allowance
integer
apply_policies
string[] | null
date_created
string<date-time>
enable_detailed_recording
boolean
last_updated
string
meta_data
object
org_id
string
per
integer
quota_max
integer
quota_renewal_rate
integer
quota_renews
integer
rate
integer
tags
string[] | null
throttle_interval
integer
throttle_retry_limit
integer