Get available webhook events
Webhooks
Listar Eventos Disponíveis
GET
Get available webhook events
Authorizations
Response
200 - application/json
List of available events
Available webhook events
Example:
[
{
"value": "charge.pending",
"label": "Charge Pending"
},
{
"value": "charge.processing",
"label": "Charge Processing"
},
{
"value": "charge.paid",
"label": "Charge Paid"
},
{
"value": "charge.received",
"label": "Charge Received"
},
{
"value": "charge.expired",
"label": "Charge Expired"
},
{
"value": "subscription.authorized",
"label": "Subscription Authorized"
},
{
"value": "subscription.rejected",
"label": "Subscription Rejected"
},
{
"value": "subscription.charge.paid",
"label": "Subscription Charge Paid"
},
{
"value": "subscription.charge.failed",
"label": "Subscription Charge Failed"
}
]