DocsOMobileDatabase Tables & REST API
Developer

Database Tables & REST API

OMobileorravo.com/docs/omobile/database-rest-api

Database Tables (19 tables)

TableDescription
omobile_devicesRegistered mobile installs
omobile_sessionsActive app sessions
omobile_api_logEvery REST request logged
omobile_telemetryRaw event stream
omobile_telemetry_rollupDaily rollup
omobile_crashesCrash reports with fingerprints
omobile_flagsFeature flags with rollout %
omobile_announcementsIn-app messages
omobile_push_queueOutbound push jobs
omobile_content_healthPosts flagged for issues
omobile_snapshotsConfig snapshots
omobile_webhooksOutbound webhook registrations
omobile_refresh_tokensActive refresh token records
omobile_login_attemptsPer-identifier throttle counters
omobile_segmentsDevice targeting rules
omobile_auditAdmin action audit trail
omobile_api_keysAPI key store (prefix + SHA-256 hash)
omobile_app_versionsVersion status/force-update rules
omobile_remote_configKey/value remote config store

REST API Endpoints (selected)

MethodEndpointDescription
POST/auth/loginJWT login
POST/auth/refreshRotate refresh token
POST/auth/logoutRevoke current session
POST/devices/registerRegister/update device + push token
GET/configRemote config (unauthenticated)
GET/flagsFeature flags (unauthenticated)
GET/announcementsIn-app announcements for this device
GET/app-versionForce update / deprecation check
POST/telemetrySend events
POST/crashesReport a crash
GET/content-healthPosts with content issues (auth required)
POST/webhooks/testSend a test webhook payload

All authenticated endpoints require Authorization: Bearer <access_token> and X-Om-Install-Id header.

Database Tables & REST API — OMobile Docs — Orravo