Consultando um Webhook

Path Params
webhook_id
integer
REQUIRED
ID do Webhook
Header Params
Authorization
string
REQUIRED
ApiKey [api_key do seller específico ou do gestor da plataforma]

Response
{
    "id": 150,
    "created_at": "2023-10-27T17:39:14.690124",
    "description": null,
    "events": [
        "PAYMENT.*",
        "TRANSFER.*"
    ],
    "status": "active",
    "token": "uuid-xyz",
    "url": "https://testes.free.beeceptor.com",
    "resource_uri": "/api/v1/webhooks/150/"
}