Get all webhooks of a company
Webhooks
Listar Webhooks
GET
Get all webhooks of a company
Authorizations
Response
200 - application/json
All webhooks of a company
Webhook id
Example:
"67b14aa9-daac-800e-83bf-f1b44468d1d9"
Webhook URL
Example:
"https://example.com/webhook"
Webhook name
Example:
"Payment Webhook"
Company id
Example:
"67b14aa9-daac-800e-83bf-f1b44468d1d9"
Webhook status
Available options:
ACTIVE, INACTIVE Example:
"ACTIVE"
List of subscribed events
Available options:
charge.pending, charge.processing, charge.paid, charge.received, charge.expired, subscription.authorized, subscription.rejected, subscription.charge.paid, subscription.charge.failed Example:
["order_created", "order_paid"]Creation date
Example:
"2024-02-15T12:34:56Z"
Update date
Example:
"2024-02-16T12:34:56Z"