HPM HPM Hotel Police Management

Hotel Partner Police API

Key-only auth. Hotel identity comes from your API key. Zemen Booking hotels report automatically.

Authentication

X-Police-Api-Key: phk_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

Base URL

http://196.188.249.180/zemenbooking/api/v1/police/hotel
  • GET /ping
  • POST /events
  • POST /events/batch
  • GET /events/{external_ref}

cURL (key only — no hotel name)

curl -s -X POST 'http://196.188.249.180/zemenbooking/api/v1/police/hotel/events' \
  -H 'Content-Type: application/json' \
  -H 'X-Police-Api-Key: YOUR_KEY' \
  -d '{
  "event_type": "check_in",
  "external_ref": "PMS-2026-0001",
  "guest_name": "Abebe Kebede",
  "passport_number": "EP1234567"
}'