InnKeeper API Documentation

Welcome to the InnKeeper API! Integrate Oracle Hospitality Integration Platform (OHIP) systems with InnKeeper's task management and property management modules.

30+
API Endpoints
12+
Event Types
<100ms
Response Time
99.9%
Uptime SLA

Quick Start

Get up and running in just a few minutes. Here's your first API call:

curl https://xyz.convex.site/api/v1/health \
  -H "x-app-key: YOUR_API_KEY"

API Overview

Task Manager API

Create and manage service requests, assign tasks to staff, and track completion status.

POST/task-manager/requests
GET/task-manager/requests
POST/task-manager/requests/:id/assign

Property Management API

Manage housekeeping reports, room status, and synchronize with Oracle PMS systems.

POST/property-management/housekeeping/reports
GET/property-management/rooms
PUT/property-management/rooms/:id

Oracle Webhooks

Receive real-time event notifications from Oracle OHIP for reservations, rooms, and housekeeping.

POST/webhooks/oracle/reservations
POST/webhooks/oracle/rooms
POST/webhooks/oracle/housekeeping
InnKeeper API Documentation | InnKeeper