Voltar para INNK API Gateway
crudRoutesGet
ENDPOINT
Busca uma rota do gateway por routeId.
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/routes/{routeId}"
method
:
"GET"
rateLimit
:
{3}
limit
:
240
scope
:
"user"
windowSeconds
:
60
Input Schema
{3}
type
:
"object"
required
:
[3]
0
"authToken"
1
"userId"
2
"routeId"
properties
:
{3}
userId
:
{2}
routeId
:
{2}
authToken
:
{2}
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}