Skip to main content
GET
Obter um endpoint de webhook por ID

Autorizações

Authorization
string
header
obrigatório

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Parâmetros de caminho

id
string<uuid>
obrigatório

Webhook endpoint UUID

Resposta

Detalhes do endpoint de webhook

id
string
obrigatório

Webhook endpoint UUID

Exemplo:

"a1b2c3d4-e5f6-7890-abcd-ef1234567890"

user_id
string
obrigatório

ID do usuário proprietário

url
string
obrigatório

URL de destino

Exemplo:

"https://example.com/webhook"

events
string[]
obrigatório

Tipos de eventos inscritos

Exemplo:
retry_count
number
obrigatório

Máximo de tentativas de retry em falha

Exemplo:

3

timeout_ms
number
obrigatório

Timeout da requisição em milissegundos

Exemplo:

5000

is_active
boolean
obrigatório

Se o endpoint está ativo

Exemplo:

true

created_at
string
obrigatório

Timestamp de criação

updated_at
string
obrigatório

Timestamp da última atualização

secret
string

HMAC secret for signature verification

description
string

Descrição legível

Exemplo:

"Production webhook"

instance_id
string

Scoped instance ID (null = all instances)

headers
object

Headers HTTP personalizados enviados com cada entrega