id do webhook para realizar os disparos manuais.curl --location --request COPY 'https://api.tryplopay.com/webhooks' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"url": "https://exemplo.com.br/webhook",
"events": "invoice.update",
"webhook": "2"
}'{
"success": true,
"sent": {
"event": "invoice.update",
"total": 1,
"responses": [
{
"events": "invoice.update",
"webhook": "2",
"response": {
"action": "Send Event",
"details": {
"raw_response": false,
"json_response": null,
"http": 0,
"headers": [
"Content-Type: application/json",
"UserId: 1",
"Webhook: 2",
"Gateway: TRYPLOPAY",
"Webhook: MjAyNDg1OklmMFVBNDZ3NnNhZFJ4Zw=="
]
},
"update": "2022-07-29",
"version": "1.0.1"
}
}
]
}
}