Default rate limit config in tyk gateway oss

Hi,
how I can check the default rate limit setup for tyk gateway oss? Thank you

How do you mean?

The gateway doesn’t have a default rate limit setup. Rate limits are set on the API definition or Key. You can read more about it here.

You can find the rate limit for the API definition via our REST API

GET /{api_listen_path}/tyk/rate-limits HTTP/1.1
Host: {{hostname}}:{{port}}
x-tyk-authorization: {{gateway_secret}}

Or the rate limit of the Key via our REST API

GET /tyk/keys/{key_id} HTTP/1.1
Host: {{hostname}}:{{port}}
x-tyk-authorization: {{gateway_secret}}