Voltar para INNK API Gateway
validateAuthToken
ENDPOINT
System
INNK API Gateway
Type
ENDPOINT
Created
18/02/2026, 22:10
Updated
18/02/2026, 22:10
Config
{5}
auth
:
{2}
type
:
"NONE"
required
:
false
http
:
{2}
errorStatusCodes
:
{3}
successStatusCodes
:
[1]
path
:
"/api/v1/auth/verify"
method
:
"POST"
rateLimit
:
{3}
limit
:
300
scope
:
"ip"
windowSeconds
:
60
Input Schema
{3}
type
:
"object"
required
:
[1]
0
"authToken"
properties
:
{2}
authToken
:
{3}
requestId
:
{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}