v1
latestOpenAPI 3.1.02026-07-24890394.2 KBVisualizar regra de notificação
Este recurso retorna informações de uma regra de notificação.
get/webhooks/{webhook_uuid}
Path parameters
webhook_uuidstring required
uuid do webhook.
Response
200
Example response
{
"data": {
"id": "92b247b6-334a-4bae-bc55-7efbc3b7558d",
"type": "webhook",
"attributes": {
"kind": "charge",
"url": "https://www.teste.com",
"createdAt": "2023-09-25T13:43:28.302-03:00",
"active": true
}
}
}