Voltar para INNK API Gateway
Type
ENDPOINT
Created
18/02/2026, 22:10
Updated
18/02/2026, 22:10

Config

auth:
type: "HMAC_SIGNATURE"
required: true
headerName: "x-webhook-signature"
http:
errorStatusCodes:
successStatusCodes:
path: "/api/v1/webhooks/{provider}"
method: "POST"
rateLimit:
limit: 600
scope: "ip"
windowSeconds: 60

Input Schema

type: "object"
required:
0"provider"
1"signature"
2"payload"
properties:
payload:
provider:
signature:

Outputs (2)

errorERROR

Resposta de erro

type: "object"
required:
0"error"
properties:
error:
successSUCCESS

Resposta de sucesso

type: "object"
required:
0"success"
1"meta"
properties:
data:
meta:
success: