---
title: "List Organisation Keys"
method: GET
path: "/tyk/org/keys"
tags: ["Organisation Quotas"]
---

# List Organisation Keys

`GET /tyk/org/keys`

You can now set rate limits at the organisation level by using the following fields - allowance and rate. These are the number of allowed requests for the specified per value, and need to be set to the same value. If you don't want to have organisation level rate limiting, set 'rate' or 'per' to zero, or don't add them to your request.

## Query parameters

- `filter` string

## Response `200`

List of all org keys

- ApiAllKeys
  - `keys` string[], nullable

## Other responses

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

## Changes

- **2024-09-18** `111affa17abe` — 1 breaking, 3 info
  - the response property `keys` became nullable for the status `200`
  - added the new optional `query` request parameter `filter`
  - added the non-success response with the status `403`
  - added the non-success response with the status `404`
- **2022-05-24** `111d8ca21864` — 1 warning, 2 info
  - deleted the `query` request parameter `filter`
  - removed the non-success response with the status `403`
  - removed the non-success response with the status `404`

[Change history](https://skmtc.dev/tyktechnologies/apis/tyk-gateway-api/changes/tyk/org/keys/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)
