Register webhook URLs to receive real-time events from OMobile.
Supported events:
crash.new— new crash reportedpush.sent— push dispatchedpush.failed— push delivery failureflag.updated— feature flag changeddevice.registered— new device registered
Payload format:
json{
"event": "crash.new",
"timestamp": "2026-04-25T10:00:00Z",
"data": { ... }
}
Signature verification:
Each request includes an X-OMobile-Signature header:
X-OMobile-Signature: sha256=<HMAC-SHA256 of raw body using webhook secret>
