athenahealth · Capability

Appointments Appointments

Appointments Appointments is a Naftiko capability published by athenahealth, one of 13 capabilities the APIs.io network indexes for this provider.

Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.

Run with Naftiko

Capability Spec

appointments-appointments.yaml Raw ↑
name: athenahealth Appointments
description: Search, read, schedule, check-in, cancel, and reschedule appointments in athenaOne.
api: athenahealth-athenaone-rest-api
operations:
- searchAppointments
- getOpenAppointmentSlots
- getAppointment
- cancelAppointment
- checkInAppointment
- rescheduleAppointment
inputs:
- name: practiceid
  required: true
- name: departmentid
  required: true
outputs:
- Appointment
- AppointmentList
tags: [Appointments, Scheduling, EHR]