Skip to main content

Webhooks

ABRA exposes webhook endpoints for PMS systems to push data.

Oracle Streaming Endpoint

POST /api/webhooks/oracle/streaming
Receives streaming events from Oracle Hospitality.

Maestro Webhook Endpoint

POST /api/webhooks/maestro
Receives webhook events from Maestro PMS.

Security

All webhook endpoints validate:
  • Request signatures
  • API keys
  • IP allowlists (where configured)
Detailed security documentation coming soon