Skip to main content
Get a Webhook Endpoint V2
Use este endpoint para recuperar um único endpoint de webhook pelo seu ID. A resposta traz a URL do endpoint, seus eventos assinados, sua apiVersion e seu estado atual. O secret de assinatura não faz parte da resposta. Ele é retornado apenas quando o endpoint é criado, portanto, se você não o tiver mais, exclua o endpoint e registre um substituto para obter um novo.

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
obrigatório

Resposta

The requested webhook endpoint.

apiVersion
string | null
obrigatório
createdAt
string
obrigatório
description
string | null
obrigatório
id
string
obrigatório
metadata
unknown
obrigatório
status
enum<string>
obrigatório
Opções disponíveis:
enabled,
errored,
disabled,
deleted
subscribedEvents
enum<string>[]
obrigatório
Opções disponíveis:
*,
customer.*,
transfer.*,
document.*,
service.*,
customer.created,
customer.pending,
customer.approved,
customer.rejected,
transfer.created,
transfer.pendingFunding,
transfer.pendingReview,
transfer.fundsReceived,
transfer.processing,
transfer.succeeded,
transfer.returned,
transfer.pendingRefundInformation,
transfer.failed,
transfer.canceled,
transfer.refunded,
transfer.unexpectedError,
transfer.failedPrecondition,
transfer.expired,
transfer.unfunded,
document.pending,
document.processing,
document.verified,
document.rejected,
service.pending,
service.processing,
service.succeeded,
service.failed,
service.cancelled
updatedAt
string
obrigatório
url
string
obrigatório
Última modificação em 27 de agosto de 2026