Voltar para Admin Service
Type
ENDPOINT
Created
18/02/2026, 22:10
Updated
18/02/2026, 22:10

Config

path: "/admin/dashboard"
method: "GET"
httpCodes:
success: 200
forbidden: 403
validation: 400
unauthorized: 401

Input Schema

type: "object"
required:
0"authToken"
1"userId"
properties:
userId:
timezone:
authToken:
period_to:
period_from:

Outputs (5)

errorERROR

Resposta de erro

type: "object"
properties:
code:
details:
message:
requestId:
httpStatus:
forbiddenERROR

HTTP 403 - forbidden

type: "object"
properties:
code:
message:
httpStatus:
successSUCCESS

Resposta de sucesso

type: "object"
required:
0"success"
1"data_kpis"
2"data_alerts"
3"data_pendingActions"
4"meta_rateLimit"
properties:
success:
data_kpis:
data_alerts:
meta_rateLimit:
meta_requestId:
data_pendingActions:
unauthorizedERROR

HTTP 401 - unauthorized

type: "object"
properties:
code:
message:
httpStatus:
validationERROR

HTTP 400 - validation

type: "object"
properties:
code:
message:
httpStatus:

Used in Flows (1)