v1
latestOpenAPI 3.1.02026-07-24820248.4 KBObtener Webhook Endpoint
get/webhook_endpoints/{id}
Path parameters
idstring required
ID del Webhook Endpoint entregado en su creación.
Request body
{"stackTrail":"paths:/webhook_endpoints/{id}:get:requestBody:content:application/json:schema","oasType":"schema","type":"unknown"}
Response
200
Example response
{
"id": "whe_hXPK3YBs4EUfw2KFZlB6R44MiFa07vFU",
"secret": "whesec_CUbgd2GIlwwfm14bC2XlJxLHlJQ28G4G",
"enabled_events": [
"payment_method.attached"
],
"url": "https://prueba.com",
"status": "enabled"
}