Skip to main content

Endpoint

Returns all currently in-house guests that were created through the PMS API. This endpoint is useful for verification, debugging, and reconciliation before running a full sync.

Headers

No request body. No Idempotency-Key required (this is a GET request).

Response: Success (200)

Guest Object Fields

PMS guests only. This endpoint only returns guests with source: "pms" — guests that were created through the PMS API. Guests entered manually by hotel staff are not included. This ensures your PMS sees only the data it manages.

Use Cases

  • Verification: After a series of check-ins, confirm all guests were recorded correctly
  • Debugging: If a guest is missing from the hotel dashboard, check if the PMS API received the check-in
  • Pre-sync check: Before running a full sync, compare your current guest list with what RecepAI has

Example: cURL