Voltar para INNK API Gateway
checkRateLimit
ENDPOINT
System
INNK API Gateway
Type
ENDPOINT
Created
18/02/2026, 22:10
Updated
18/02/2026, 22:10
Config
{5}
auth
:
{3}
type
:
"JWT"
required
:
true
rolesAllowed
:
[1]
http
:
{2}
errorStatusCodes
:
{4}
successStatusCodes
:
[1]
path
:
"/api/v1/gateway/rate-limit/check"
method
:
"POST"
rateLimit
:
{3}
limit
:
60
scope
:
"ip"
windowSeconds
:
60
Input Schema
{3}
type
:
"object"
required
:
[3]
0
"authToken"
1
"userId"
2
"key"
properties
:
{6}
key
:
{2}
limit
:
{2}
userId
:
{2}
authToken
:
{2}
increment
:
{2}
windowSeconds
:
{1}
Outputs (2)
error
ERROR
Resposta de erro
{3}
type
:
"object"
required
:
[1]
0
"error"
properties
:
{1}
error
:
{2}
success
SUCCESS
Resposta de sucesso
{3}
type
:
"object"
required
:
[3]
0
"success"
1
"data"
2
"meta"
properties
:
{3}
data
:
{2}
meta
:
{2}
success
:
{1}