PayZuDocs

Returns the configuration of a webhook: delivery URL, status and subscribed events.

Confira nosso tutorial
GEThttps://api.payzu.processamento.com/v1/user/webhooks/{id}
GET
/user/webhooks/{id}

Path Params

Webhook id.

Responses

curl -X GET "https://api.payzu.processamento.com/v1/user/webhooks/cm3w7k1t40000q8f2r5b9x3ad" \  -H "Authorization: Bearer {{token}}"
{
"id": "cm3w7k1t40000q8f2r5b9x3ad",
"url": "https://sualoja.com.br/webhook",
"active": true,
"hasSecret": true,
"createdAt": "2026-08-10T12:00:00.000Z",
"updatedAt": "2026-08-10T12:00:00.000Z"
}