REST API for Appointments Management
Authenticate with an Application Password for a user with manage_options capability. Use it to check unavailable days and available weekdays, and to submit new appointment data.
Specifications
REST API for Appointments Management
7 January, 2026
-
Plugin
-
Category
-
Programming languages
Installing Instruction
How to Add Snippets into the functions.php File of the Active Child Theme
- Copy the required code snippet to your clipboard.
- Navigate to WordPress Dashboard > Appearance > Theme File Editor.
- Click the functions.php tab to open the file.
- Paste the code snippet below the existing code in the Selected file content: area.
- Click the "Update File" page.
Example Use Case
Use this snippet to interact with the JetAppointment REST API for appointment management. Authenticate using Application Passwords with manage_options capability. Fetch excluded dates and create appointments via API.
Applicable scenarios:
- Appointment management: Seamlessly integrate with JetAppointment remotely.
- Booking systems: Check availability and manage appointments programmatically.
- Developer integrations: Build custom booking workflows via REST API.
Specifications
REST API for Appointments Management
7 January, 2026
-
Plugin
-
Category
-
Programming languages