API EndpointsWebhooks
Get webhook
Authorization
BearerAuth AuthorizationBearer <token>
In: header
Path Parameters
id*string
Webhook ID.
Response Body
application/json
application/json
curl -X GET "https://api.exemplo.processamento.com/v1/user/webhooks/kx7m2p9q4r8t1v5w3y6z0a2b"{
"id": "kx7m2p9q4r8t1v5w3y6z0a2b",
"url": "https://seusite.com.br/webhooks/pix",
"active": true,
"events": [
"TRANSACTION_COMPLETED",
"TRANSACTION_REFUNDED"
],
"hasSecret": true,
"createdAt": "2026-05-06T13:45:12.000Z",
"updatedAt": "2026-05-06T13:45:12.000Z"
}{
"statusCode": 404,
"error": "Not Found",
"message": "Webhook não encontrado",
"requestId": "cmou00000abcdef01s6ghij1k2lm"
}