1. Webhook
  • Bem vindo
  • Webhook
    • Webhook de TRANSAÇÃO
    • Webhook de Saque
    • Create
      POST
    • Find
      GET
    • Find All
      GET
    • Delete
      DELETE
  • Transactions
    • Pix
      POST
    • BOLETO
      POST
    • CARTÃO
      POST
    • Find All
      GET
    • Find
      GET
    • Find By Metadata
      GET
  • Withdraw
    • Find All
      GET
    • Cash Out
      POST
    • Find By Metadata
      GET
    • Find
      GET
  • Balance
    • Get Balance
      GET
  • Disputes
    • Find All
      GET
    • Find
      GET
    • Seller appeal
      POST
  • Fees
    • Get seller Fees
      GET
  • Check
    GET
  1. Webhook

Find

GET
/webhooks/8bc6f61b-cf24-4334-9aad-197c5aaedd8b1

Requisição

Authorization
Adicionar parâmetro em header
x-api-key
Exemplo:
x-api-key: ********************

Respostas

🟢200OK
application/json
Body

🟠404Record Not Found
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/webhooks/8bc6f61b-cf24-4334-9aad-197c5aaedd8b1' \
--header 'x-api-key: <api-key>'
Response Response Example
200 - Success
{
    "status": true,
    "data": {
        "id": "8bc6f61b-cf24-4334-9aad-197c5aaedd8b",
        "sellerId": "6e1f3704-588b-4bf4-ba1f-bbd4e884fc5c",
        "url": "https://seller.example1.com/webhook-endpoint",
        "description": "Production webhook for transaction events",
        "eventType": "TRANSACTION",
        "isActive": true,
        "secret": "bc5bb1e8adb830ec55c0b28c89637345c814f8dd82567476200e4f8618e775b0",
        "createdAt": "2025-06-27T18:39:06.299Z",
        "updatedAt": "2025-06-27T18:39:06.299Z"
    }
}
Modificado em 2025-10-22 13:17:40
Página anterior
Create
Próxima página
Find All
Built with