Aphy

Modified on: Fri, 4 Sep, 2026 at 10:24 AM

Applies to:          Stayntouch PMS          

Aphy


Aphy is an agentic AI platform that ingests data from different sources to orchestrate back office work. Aphy executes tasks autonomously from reservation checks, commission reconciliation, inbox management, and repetitive operational work. The reservation data is synced via webhooks as the primary mechanism with a once-daily fallback sync.

  • Pull reservations and guest cards
  • Pull hotel settings
  • Pull revenue and billing data
  • Push reservation amendments, notes, and cancellations
  • Push guest card updates and preferences
  • Push payment links


Phase 2 will support live availability and reservation creation.


This integration can be used globally.


To activate this integration for your property, please contact Customer Support.


WEBHOOK USAGE (Webhook secret supported)

  • Create Reservation
  • Edit Reservation
  • Cancel Reservation
  • No Show Reservation
  • Reinstate Reservation
  • Room Move
  • Check-In Completed
  • Reverse Check-In
  • Room Assignment Success
  • Checked-Out
  • Reverse Check-Out
  • Reservation Revenue Update
  • Direct Bill Settlement
  • Card Replace
  • Create Group
  • Edit Group
  • Cancel Group
  • Anonymize Guest
  • Edit Rate Manager


API USAGE

  • GET /hotels
  • GET /hotels/{id}
  • GET /hotels/{id}/room_types
  • GET /hotels/{id}/rooms
  • GET /hotels/{id}/rates
  • GET /hotels/{id}/sources
  • GET /hotels/{id}/segments
  • GET /hotels/{id}/origins
  • GET /hotels/{id}/addons
  • GET /hotels/{id}/charge_codes
  • GET /hotels/{id}/charge_groups
  • GET /hotels/{id}/cancellation_policies
  • GET /hotels/{id}/deposit_policies
  • GET /hotels/{id}/memberships
  • GET /hotels/{id}/genders
  • GET /hotels/{id}/departments
  • GET /hotels/{id}/languages
  • GET /hotels/{id}/market_segments
  • GET /hotels/{id}/payment_types
  • GET /hotels/{id}/credit_card_types
  • GET /hotels/{id}/rate_types
  • GET /hotels/{id}/likes
  • GET /hotels/{id}/purposes_of_stay
  • GET /hotels/{id}/group_hold_status
  • GET /hotels/{id}/queue_details
  • GET /hotels/{id}/availability
  • GET /hotels/{id}/availability/room_rates
  • GET /hotels/{id}/hourly_availability
  • GET /hotels/{id}/hourly_availability/room_rates
  • GET /reservations (once per day for the incremental)
  • GET /reservations/{id}
  • GET /reservations/due_in
  • GET /reservations/checked_in
  • GET /reservations/{id}/notes
  • GET /reservations/{id}/external_references
  • GET /reservations/{id}/revenue
  • GET /reservations/{id}/pay_link
  • POST /reservations/{id}/notes
  • PUT /reservations/{id}
  • PUT /reservations/{id}/assign_room
  • POST /reservations/{id}/cancel
  • POST /reservations/{id}/confirm_letter
  • POST /reservations/{id}/cancel_letter
  • GET /guests
  • GET /guests/{id}
  • PUT /guests/{id}
  • GET /guests/{id}/memberships
  • POST /guests/{id}/memberships
  • DELETE /guests/{id}/memberships/{guest_membership_id}
  • POST /guests/{id}/likes
  • GET /rates/{id}
  • GET /rates/{id}/amounts
  • GET /rates/{id}/date_ranges
  • GET /rates/{id}/sets
  • GET /rates/{id}/sets/{set_id}
  • GET /rates/translations
  • GET /rooms
  • GET /rooms/{id}
  • GET /rooms/{id}/service_status
  • GET /room_types/{id}
  • GET /room_types/{id}/available_rooms
  • GET /room_types/translations
  • GET /inventories
  • GET /accounts
  • GET /bills/revenue
  • GET /bills/direct_bills
  • GET /bills/{id}/invoice
  • GET /charge_codes/{id}/basic_taxes
  • GET /addons/{id}
  • GET /cancellation_policies/translations
  • GET /deposit_policies/translations
  • GET /charge_codes/translations


GENERATING OAUTH KEYS

  • Stayntouch Implementations will generate API OAuth keys to Aphy.
    • client_id
    • client_secret
    • hotel_id
    • API endpoints

Did you find it helpful? Yes No

Send feedback
Sorry we couldn't be helpful. Help us improve this article with your feedback.