POST

List Availability Time Slot Configurations


Developer Preview

This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.

Retrieves availability time slot configurations for the specified services.

Wix calls this method when a customer views available booking times or books a service. For example:

Wix uses the returned configurations to calculate available time slots, considering:

  • Service duration.
  • Split interval and buffer time.
  • Service locations.
  • Required resource types and available resources.

Your implementation must return a configuration for each service in the request, in the same order. All fields in the response must be returned unless explicitly marked as optional.

Endpoint
POST
{DEPLOYMENT-URI}/v2/list-availability-time-slot-configurations
Did this help?