curl --request GET \
--url https://api.rivoopay.com/webhook \
--header 'X-API-KEY: <api-key>'[
{
"id": "67b14aa9-daac-800e-83bf-f1b44468d1d9",
"url": "https://example.com/webhook",
"name": "Payment Webhook",
"companyId": "67b14aa9-daac-800e-83bf-f1b44468d1d9",
"status": "ACTIVE",
"events": [
"order_created",
"order_paid"
],
"createdAt": "2024-02-15T12:34:56Z",
"updatedAt": "2024-02-16T12:34:56Z"
}
]curl --request GET \
--url https://api.rivoopay.com/webhook \
--header 'X-API-KEY: <api-key>'[
{
"id": "67b14aa9-daac-800e-83bf-f1b44468d1d9",
"url": "https://example.com/webhook",
"name": "Payment Webhook",
"companyId": "67b14aa9-daac-800e-83bf-f1b44468d1d9",
"status": "ACTIVE",
"events": [
"order_created",
"order_paid"
],
"createdAt": "2024-02-15T12:34:56Z",
"updatedAt": "2024-02-16T12:34:56Z"
}
]All webhooks of a company
Webhook id
"67b14aa9-daac-800e-83bf-f1b44468d1d9"
Webhook URL
"https://example.com/webhook"
Webhook name
"Payment Webhook"
Company id
"67b14aa9-daac-800e-83bf-f1b44468d1d9"
Webhook status
"ACTIVE"
List of subscribed events
charge.pending, charge.processing, charge.paid, charge.received, charge.expired ["order_created", "order_paid"]Creation date
"2024-02-15T12:34:56Z"
Update date
"2024-02-16T12:34:56Z"