Bookings Dashboard Navigation

Download skillThe skill is a reference md and part of wix-manage skill. You can use the following command to add the full wix-manage skill to your project:
Copy

Build direct links into the Wix Bookings pages of a site's dashboard. For the general URL contract (metaSiteId, fallbacks, redirects), see Dashboard Navigation.

All Wix Bookings (app ID 13d21c63-b5ec-5912-8397-c3a5ddb27a97) pages live under:

Copy

Main Pages

PageURL after /dashboard/{metaSiteId}/What it manages
Services listbookings/servicesAll services (appointments, classes, courses)
Create servicebookings/services/formNew service form
Edit servicebookings/services/form/{serviceId}A specific service
Service templatesbookings/services/templates-catalogCreate a service from a template
Calendarbookings/calendarSessions and daily schedule
Booking listbookings/bookings/bookings-listAll bookings in a table view
Staff listbookings/staffStaff members
Staff detailsbookings/staff/details/{staffMemberId}A specific staff member
Availabilitybookings/availabilityStaff working hours / availability management
Default business hoursbookings/availability/default-hoursThe default weekly hours
Resourcesbookings/resource-management/resource-typesResource types (rooms, equipment)
Bookings settingsbookings/settingsSettings hub
Booking policiesbookings/settings/policiesCancellation / booking policies
Remindersbookings/settings/remindersEmail & SMS reminders
Booking formbookings/settings/booking-form-pageThe customer booking form
Apps & integrationsbookings/integrationsBookings integration channels

Entity-specific links ({serviceId}, {staffMemberId}) accept the entity's ID appended as an extra path segment. Query params can follow (e.g. ?referralInfo=...).

Older link formats (bookings/scheduler/owner/...) still redirect to the current pages, so links found in existing content keep working.

Pairing Entities with Their Read APIs

Fetch the entity via REST, then link the matching dashboard page. All calls use https://www.wixapis.com with an Authorization header.

EntityRead APIDashboard link
ServicePOST /bookings/v2/services/query · GET /bookings/v2/services/{serviceId}bookings/services/form/{serviceId} (edit) or bookings/services (list)
BookingPOST /bookings/v2/extended-bookings/querybookings/bookings/bookings-list
Staff memberPOST /bookings/v1/staff-members/querybookings/staff/details/{staffMemberId}
Session / eventPOST /calendar/v3/events/querybookings/calendar
Resource typeResources v2 APIs (/bookings/v2/resources/...)bookings/resource-management/resource-types
Booking policyServices API bookingPolicy fieldsbookings/settings/policies

Example — after creating a service, hand back its edit link:

Copy

Notes

  • Pages marked with an entity ID also work without it (they fall back to the list/create state).

Last updated: 30 July 2026

Did this help?