Developer Changelog

View the latest changes to APIs, developer features, and documentation.
New
REST
SDK
Build Apps
Headless
May 27, 2026

New release: Checkout Sessions API

Version 1.0.218
The Checkout Sessions API creates a Wix‑hosted checkout session for a specific cart and buyer. Each call generates a fresh, single‑use session tailored to the provided line items and buyer details. You can use this API to create checkout sessions for one‑time or subscription line items, pre‑fill the checkout form with known buyer information to reduce friction at payment, and configure recurring billing per line item—including frequency, billing cycles, and free trial period (limited to one line item per checkout session).
Read more

New
REST
SDK
App Management
May 25, 2026

New API: App Installations

Version 1.0.7
The App Installations API allows you to list, filter, and search installations of your own apps across the Wix sites where they're installed.
Read more

New
REST
SDK
Benefit Programs
May 18, 2026

New API: Benefit Program Pool Items

Version 1.0.205
The Pool Items API lets you query which catalog items a member can access through their active benefit programs. Each pool item is a specific product, class, post, or other catalog item that's been provisioned for a member, contact, or visitor as part of a benefit in their pool. Use this API together with other Wix Benefit Programs APIs.
Read more

New
REST
SDK
Benefit Programs
May 18, 2026

New API: Benefit Program Pool Definition Items

Version 1.0.205
The Pool Definition Items API allows you to manage which catalog items are assigned to the benefits of a pool definition, a template that defines what subscribers get under a Pricing Plan. Benefits are the specific things subscribers can access within a pool definition, each identified by a benefitKey. Use this API together with other Wix Benefit Programs APIs.
Read more

New
Website Development
REST
SDK
Account Level
May 7, 2026

New webhook: User Management Contributor Created

Version 1.0.85
A new Contributor Created account-level event is available under the Account Level User Management APIs. This event is triggered whenever a new contributor is added to a Wix account. Account level webhooks are intended for Wix Enterprise and Wix Channels partners.
Read more

Updated
REST
SDK
Restaurants
May 5, 2026

Fully released: Restaurants Experiences APIs

Version 1.0.356
The Restaurants Experiences APIs are no longer in Developer Preview. This means that these APIs are not subject to breaking changes and can be used in production.
Read more

New
REST
SDK
Restaurants
May 5, 2026

New methods: Restaurants Experiences API

Version 1.0.356
The Restaurants Experiences API has the following new methods:
Read more

New
REST
SDK
CMS
Data
May 4, 2026

New release: Site Data Usage API

Version 1.0.35
The Site Data Usage API reports current resource usage and quota limits for the data collections of a single site.
Read more

New
Build Apps
REST
SDK
April 29, 2026

New release: App Management Market Listing API

Version 1.0.1
The Market Listing API lets you retrieve app listings in the Wix App Market. Each listing represents a localized marketing page for an app, including its name, description, categories, assets, and other marketing content.
Read more

New
REST
SDK
Bookings
April 21, 2026

New release: Bookings Validation Service Plugin

Version 1.0.1359
The Bookings Validation service plugin lets you run custom validation logic before key booking operations are processed. Use this plugin to enforce business rules and prevent invalid bookings, such as double bookings, out-of-policy time slots, or disallowed changes. With the Bookings Validation service plugin, you can:
  • Validate booking requests before they’re created or updated.
  • Block or allow cancellations based on your own rules.
Read more

Deprecated
REST
SDK
Members
April 19, 2026

Deprecated API: Members Badges API

The Badges API is deprecated and replaced with the Badges V4 API.
Read more

New
REST
SDK
Bookings
April 16, 2026

New release: Booking Policy Service Plugin

Version 1.0.1355
The Booking Policy Service Plugin lets you plug custom policy logic into Wix Bookings at the service level. Use this plugin to define and manage booking policies programmatically and ensure consistent enforcement across booking flows. With this service plugin, you can set up dynamic rules to:
  • Limit how early customers can book a service.
  • Limit how late customers can book a service.
  • Control whether online bookings are allowed for a service.
Read more

New
REST
SDK
Bookings
April 16, 2026

New release: Bookings Availability Time Slots Configuration Service Plugin

Version 1.0.1355
The Availability Time Slots Configuration Service Plugin lets you customize how appointment time slots are calculated for Wix Bookings services. Use this plugin to implement your own time slot logic and integrate external availability systems with Wix Bookings. With this service plugin, you can:
  • Control which time slots are offered for booking based on your own logic.
  • Apply custom constraints, such as working hours, blackout periods, or capacity rules.
  • Sync availability logic across external systems and Wix Bookings.
Read more

New
SDK
REST
Website Development
April 13, 2026

New feature: Account-level webhooks for Wix accounts

The new account-level webhooks enable you to receive webhook notifications for operations that span your entire Wix account, not just a single site. You can now:
  • Subscribe to account-wide events (for example, site creation, folder changes, team member updates) from the Webhooks page in your Wix Studio workspace.
  • Use webhook logs (last 30 days) to track deliveries, responses, and troubleshoot issues.
  • Receive events from child accounts created under your parent account, and distinguish them using accountId and targetAccountId fields in the payload.
This feature is intended for Wix Enterprise and Wix Channels partners.
Read more

New
REST
SDK
April 9, 2026

New method: Interactive Form Sessions Generate Form Summary

Version 1.0.427
The new Generate Form Summary method generates an AI summary of a form's structure and purpose in natural language, describing what the form collects and its intended use case. This summary can be useful for accessibility, previews, and AI-powered form discovery.
Read more

New
REST
SDK
Bookings
March 23, 2026

New methods: Bookings Writer API

Version 1.0.1325
The Bookings Writer API now supports managing bookings anonymously, and the Booking Policies API adds new fields to control when anonymous actions are allowed. New methods in the Bookings Writer API: To control whether customers can use these anonymous actions, the Booking Policies API now includes 2 new fields:
  • reschedulePolicy.allowAnonymous: Controls whether a booking can be rescheduled anonymously.
  • cancellationPolicy.allowAnonymous: Controls whether a booking can be canceled anonymously.
Read more

New
REST
SDK
CRM
March 22, 2026

New release: CRM Pipelines Management APIs

The Pipelines Management APIs let you define pipelines and track the cards that move through them, allowing you to manage multi‑step business processes in Wix CRM. Pipelines provide ordered stages for your workflows, while cards represent individual deals, leads, or opportunities that move through those stages. The Pipelines Management APIs are made up of the following services:
  • Pipelines API: Create and manage pipeline structures and stages.
  • Cards API: Create and manage the items that move through the pipeline stages.
Read more

New
REST
SDK
Payments
March 3, 2026

New release: Disputes APIs

Version 1.0.183
The Disputes APIs allow you to manage payment disputes that occur when customers contest charges with their payment service provider (PSP) or bank. Disputes can arise for various reasons, such as fraud, service issues, or billing errors, and require prompt merchant attention to provide a smooth financial experience for the merchant and the customer. There are 3 APIs that work together to manage disputes:
Read more

Deprecated
REST
SDK
Bookings
February 27, 2026

Deprecated fields: Bookings Pricing API

Version 1.0.1313
The following fields in the bookingLineItems object of the Bookings Pricing API will be deprecated on August 31, 2026 and replaced with corresponding fields in the serviceChoices object:
  • bookingLineItems.choices: Replaced by bookingLineItems.serviceChoices.choices.
  • bookingLineItems.numberOfParticipants: Replaced by bookingLineItems.serviceChoices.numberOfParticipants.
  • bookingLineItems.pricePerParticipant: Replaced by bookingLineItems.serviceChoices.pricePerParticipant.
The serviceChoices field allows you to specify multiple service variants with different participant counts and choices in a single request.
Read more

Updated
REST
SDK
February 26, 2026

Article update: About Developer Preview

We’ve updated the About Developer Preview article with a section that lists all methods in developer preview status, sorted by the APIs to which they belong. This list updates automatically, so it is always up-to-date.
Read more

New
REST
SDK
February 24, 2026

New articles: Develop with the Wix AI APIs

We've added two new articles about the Wix AI APIs. The APIs provide a streamlined way to interact with multiple AI providers in your code while Wix handles authentication and billing. You can call REST methods or set up the Wix AI SDK.
Read more

New
REST
SDK
Forms
February 22, 2026

New release: Intake Form Submissions API

Version 1.0.6
The Intake Form Submissions API lets you manage responses submitted through intake forms. Use this API to fetch and filter submissions and generate intake form submission links. Together with the Wix Forms Create Submission method and the Intake Forms API, it supports a complete, API-driven intake flow, from creating submissions to managing form definitions and reading responses.
Read more

New
REST
SDK
Forms
February 22, 2026

New release: Intake Forms API

Version 1.0.6
The Intake Forms API lets you create and manage intake form definitions. Use this API to configure fields and settings for reusable intake forms, and to update or remove forms as requirements change. Together with the Intake Form Submissions API and the Wix Forms Create Submission method, it supports a complete, API-driven intake flow, from managing form definitions to creating and reading submissions.
Read more

New
REST
SDK
Automations
February 19, 2026

New methods: Automations Trigger Catalog API

Version 1.0.390
Several new methods are now available in the Trigger Catalog API that allow you to manage triggers for your app:
Read more

Update
REST
SDK
February 18, 2026

Docs update: Backend API docs consolidated

We've consolidated our documentation for the REST and Wix JavaScript SDK APIs into a single, unified API reference. Previously split across separate portals, backend API content is now centralized in one location, making it easier to search, browse, and stay up to date. Note: No code has changed, this is only a reorganization of the documentation. The following content remains in the dedicated SDK reference: All other backend APIs, as well as service plugins, are now part of the unified API reference.
Read more

New
REST
SDK
Account Level
February 18, 2026

New method: Account Level Contributors API

Version 1.0.74
A new method, Remove Contributor, is now available in the User Management Contributors API. This method enables you to remove an existing contributor from a specific site. Use this method to revoke a contributor’s role and access on that site while keeping their contributor status for other sites or at the account level unchanged.
Read more

New
REST
SDK
Restaurants
February 15, 2026

New method: Get Experience by Slug in the Restaurants Experiences API

Version 1.0.342
The new Get Experience by Slug method allows you to retrieve an experience by the URL slug.
Read more

New
REST
SDK
Wix Emails
February 4, 2026

New release: Marketing Emails Sending Domains API

Version 1.0.22
The Marketing Emails Sending Domains API lets you authenticate custom domains for sending emails lets you authenticate sending domains for marketing emails. This allows emails to use a custom domain in the From field, improving email deliverability, helping establish domain reputation, and helping email providers trust emails sent from a site. The accompanying Email Domain Setup Flow article provides an end-to-end example that shows how to set up email sending from a custom domain on a Wix site, covering the complete process from email verification through domain authentication.
Read more

New
REST
SDK
Bookings
January 29, 2026

New method: Bookings Writer API

Version 1.0.1287
A new method, Set Booking Submission Id, is now available in the Bookings Writer API. This method sets a form submission ID for a booking. Learn more about how Bookings integrates with Wix Forms.
Read more

New
REST
SDK
Members
January 29, 2026

New method: Members Badges V4 API

Version 1.0.419
The Badges V4 API has a new method Move Badge.
Read more

New
REST
SDK
Restaurants
January 20, 2026

New methods: Restaurants Notification Recipients API

Version 1.0.468
The Restaurants Notification Recipients API has the following new methods:
Read more

Deprecated
REST
FAQ
January 20, 2026

Deprecated API: FAQ App Question Entries and Categories API

The Question Entries and Categories API will be deprecated on December 31, 2026 and replaced with the FAQ App Category V2 and Question Entry V2 APIs.
Read more

New
REST
SDK
Reviews
Moderation Rules
January 14, 2026

New article: Reviews Moderation Rules business flow

This article describes a sample business flow for moderating site visitor reviews using the Reviews and Moderation Rules APIs. It covers creating reviews, setting up moderation rules, and handling flagged content.
Read more

Deprecated
REST
Payments
January 14, 2026

Deprecated method: Create Transaction

The Create Transaction method will be deprecated on September 30, 2026. Server-initiated payments will no longer be supported.
Read more

Updated
REST
SDK
January 14, 2026

New field: `modifiedFields` in updated events

Some updated events now include a modifiedFields object. This object contains the values of fields that changed, as they were before the update. Use modifiedFields to compare old and new values or to track what changed.
Read more

Deprecated
REST
Payments
January 14, 2026

Deprecated method: Create Card Token

The Create Card Token method will be deprecated on September 30, 2026. Server-initiated card tokenization will no longer be supported.
Read more

New
REST
SDK
Stores
January 12, 2026

New article: Stores Catalog v3 online store product purchase flow

The Online Store Product Purchase Flow article demonstrates the complete customer purchase journey for online stores using Stores Catalog v3. It shows how customers browse products, add items to their cart, proceed through checkout, and complete their purchase, and how these steps map to the relevant APIs.
Read more

New
REST
SDK
Automations
January 11, 2026

New feature: Action timeouts

The Action Provider service plugin now allows you to specify action timeouts. This allows you to tell Wix to wait for your action's results before proceeding to the next step in the automation flow. Action timeouts replace the Action object's deprecated executionType field.
Read more

Updated
REST
SDK
Multilingual
January 4, 2026

Fully released: Locale Management APIs

Version 1.0.232
The Locale Management APIs listed below are no longer in Developer Preview. This means that these APIs are not subject to breaking changes and can be used in production.
Read more

Updated
REST
SDK
Account Level
December 31, 2025

Fully released: Account Level User Management Change Contributor Location method

Version 1.0.64
The Change Contributor Location method is no longer in Developer Preview. This means that the method is not subject to breaking changes and can be used in production.
Read more

Deprecated
REST
Pricing Plans
December 31, 2025

Deprecated API: Pricing Plans Plans API

The Plans API has been deprecated and replaced with the Plans V3 API. Learn more about how to migrate to the Plans V3 API.
Read more

New
REST
SDK
CMS
Data
December 31, 2025

New release: Data Sync Jobs API

Version 1.0.364
The Data Sync Jobs API enables you to create and manage recurring data synchronization jobs that automatically run data movement operations on a schedule.
Read more

New
REST
SDK
App Management
December 29, 2025

New method: Billing API

A new method, Get Metered Billing Charges, is now available in the Billing API. This method retrieves a preview of charges for a site's usage-based billing, and can be used for internal testing.
Read more

Updated
REST
SDK
App Management
December 28, 2025

Fully released: Contributors API

Version 1.0.64
The Contributors API is no longer in Developer Preview. This means that the API is not subject to breaking changes and can be used in production.
Read more

New
REST
SDK
Automations
December 23, 2025

New params: Automations object: `readOnly` and `actionSettings` parameters

Version 1.0.339
The Automations object now supports a settings.readOnly settings that prevents site owners from modifying the automation or any of its actions. The Automations object also supports a settings.actionSettings object that controls the editability or skippability of the specified actions.
Read more

New
REST
SDK
Bookings
December 17, 2025

New release: Bookings Staff Member Settings API

Version 1.0.1195
The Bookings Staff Member Settings API lets you control the privacy of staff members’ contact information in Wix Bookings. By default, staff contact information is private. You can use this API to configure whether staff members’ email addresses and phone numbers are returned in Staff Members API responses and whether this contact information is displayed on the live site. With the Staff Member Settings API, you can:
  • Retrieve the current privacy settings for a site’s staff contact information.
  • Update privacy settings to control when contact information is accessible.
  • Respond to privacy setting changes through events.
Consequently, the email and phone fields in the Bookings Staff Members API are only populated if either the business has opted in to publicly display staff members’ contact information or the identity you’re authenticated as has the BOOKINGS.STAFF_MEMBER_READ_PI permission.
Read more

New
REST
SDK
Bookings
December 17, 2025

New release: Bookings Staff Sorting service plugin

Version 1.0.1196
The Bookings Staff Sorting service plugin lets you implement custom staff assignment algorithms for Wix Bookings. When customers book services with multiple available staff members, your logic determines which staff member is assigned, going beyond the built-in random and ranking-based options. Wix users can choose their preferred staff assignment method for each booking policy in the dashboard. When you implement the service plugin, we recommend also registering a dashboard plugin extension for the staff assignment slot. This extension presents a configuration UI where Wix users can learn about your sorting algorithm and customize its parameters.
Read more

New
REST
SDK
Automations
December 11, 2025

New method: Validate Automation

Version 1.0.320
A new method, validateAutomation(), is now available in the AutomationsV2 API. The method validates that an automation can be saved and run as expected. The method returns any configuration errors it finds.
Read more

Updated
REST
SDK
Restaurants
December 10, 2025

New methods: Restaurants Availability Exceptions API

Version 1.0.441
The Restaurants Availability Exceptions API has the following new methods:
Read more

New
REST
SDK
Blog
December 5, 2025

New Release: Blog Likes API

Version 1.0.537
The Likes API allows you to manage likes on blog content.
Read more

Updated
REST
SDK
Authentication
December 2, 2025

New methods: Authentication API Sign On, Logout, and Change Password

New methods have been added to the Authentication API:
  • Sign On: Authenticate members without passwords using Sign On, which automatically handles account creation when needed.
  • Logout: Handle secure logout flows with optional redirects for improved user experience and security.
  • Change Password: Change an authenticated user's password.
    These updates provide developers with more flexible and secure authentication flows for member interactions.
Read more

Updated
REST
SDK
CMS
Data
December 2, 2025

New methods: Data Collections API

Version 1.0.341
The following methods have been added to the Data Collections API:
Read more

Updated
REST
SDK
Inbox
November 25, 2025

New param: Inbox Messages urlExpirationDate field

Version 1.0.91
You can now access a new urlExpirationDate field for image and file items in messages using the Inbox Messages API. This field specifies the expiry timestamp for the media file’s access URL.
Read more

New
REST
SDK
Inbox
Media
November 24, 2025

New release: Communication Channels Media API

Version 1.0.1
The new Communication Channels Media API lets you manage media files in the Media Manager for use in messages sent through communication channels. You can upload, access, and import media files, and monitor your media storage usage.
Read more

Updated
REST
SDK
Bookings
November 19, 2025

New methods: Bookings API

Version 1.0.1155
The following event and method have been added to the Bookings API:
Read more

Updated
REST
SDK
eCommerce
November 17, 2025

Fully released: eCommerce Tips APIs

Version 1.0.1470
The following eCommerce Tips APIs are no longer in Developer Preview. This means that these APIs are no longer subject to breaking changes and can be used in production.
Read more

Updated
REST
SDK
Bookings
November 16, 2025

Fully released: Select Bookings Services methods

Version 1.0.1143
The following Bookings Services methods are no longer in Developer Preview. This means that these methods are no longer subject to breaking changes and can be used in production.
Read more

New
REST
SDK
Restaurants
November 14, 2025

New method: Restaurants Experiences API

Version 1.0.302
A new method, Search Experiences, is now available in the Reservations Experiences API.
Read more

New
REST
SDK
Bookings
November 12, 2025

New release: Bookings Add Ons API and add-on group methods in Bookings Services API

Version 1.0.1136
Bookings now supports add-ons, enabling you to offer additional products or services for customer bookings. The new Add Ons API allows you to manage add-ons, and the Bookings Services API introduces methods for creating and managing add-on groups, so you can organize add-ons and assign them to specific services.
Read more

New
REST
SDK
Forms
November 12, 2025

New release: Forms Chat Settings

Version 1.0.339
The Chat Settings API allows you to configure AI chat interactions for forms.
Read more

New
REST
SDK
November 4, 2025

New tutorial: Extend an existing object with a site-specific field

A new tutorial is available: Extend an Existing Object with a Site-Specific Field. This tutorial demonstrates how to add custom fields to a Wix API object for a specific site using the Data Extension Schema API to access and manage the site's _user_fields namespace. Unlike schema plugins, which extend objects globally for all your app’s users, this approach adds fields that only affect the specified site, enabling more granular and tailored data management.
Read more

Updated
REST
SDK
eCommerce
October 29, 2025

Fully released: eCommerce Tips API

Version 1.0.1433
The eCommerce Tips API is no longer in Developer Preview. This means that the API is not subject to breaking changes and can be used in production.
Read more

updated
REST
SDK
October 29, 2025

New method: Data Extension Schema Delete User-defined Fields

Version 1.0.125
A new method, deleteUserDefinedFields, is now available in the Data Extension Schema API. This method allows you to delete fields from user-defined schemas, enabling more flexible data management and site data customization.
Read more

New
REST
SDK
Restaurants
October 27, 2025

New Release: Restaurants Experiences API

Version 1.0.294
The Experiences API lets you create and manage unique dining experiences at restaurants, such as wine tastings, chef’s tables, or special menus.
Read more

Deprecated
REST
SDK
Members
October 27, 2025

Deprecated API: Badges API

The Badges API will be deprecated on April 18, 2026. It has been replaced with the Badges V4 API and will be removed on April 18, 2026.
Read more

New
REST
SDK
Automations
October 23, 2025

New Release: Storage Item API

Version 1.0.269
The Storage Item API allows you to manage data storage containers across automations.
Read more

New
SDK
REST
Functions
October 22, 2025

New release: Functions APIs

Version 1.0.79
The Wix Functions APIs allow you to manage a site's Functions through code.
Read more

Updated
REST
SDK
Data
CMS
October 22, 2025

New events: Data Indexes API

Version 1.0.300
The Indexes API has new events:
Read more

New
REST
SDK
Data
October 20, 2025

New API: Folders

Version 1.0.36
The Folders API enables you to manage folders of collections for a Wix CMS.
Read more

New
REST
SDK
Members
October 16, 2025

New release: Members Badge Assignments API

Version 1.0.347
The Badge Assignments API creates and manages badge assignments to site members.
Read more

New
REST
SDK
Members
October 16, 2025

New release: Members Badges V4

Version 1.0.347
The Badges V4 API allows you to create and manage badges on a site.
Read more

Updated
REST
SDK
October 15, 2025

Fully released: Branches API

Version Version 1.0.29
The Branches API is no longer in Developer Preview. This means that the API is not subject to breaking changes and can be used in production.
Read more

Deprecated
REST
SDK
Forums
October 15, 2025

Deprecated API: Forums

The Forum APIs were deprecated on October 15, 2025. To maintain and manage an online community for site members to interact and participate in discussions, use the Groups API. Wix Forum will be discontinued on March 1, 2026. After this date, forums and all their data will be deleted. Migrate forum data before this deadline to avoid losing any content. Learn more about the migration from Wix Forums to Wix Groups.
Read more

New
REST
SDK
Data
October 8, 2025

New release: Data Sharing API

Version 1.0.303
The Data Sharing API enables sharing collections between multiple sites within the same Wix account. Using a two-sided workflow, you can create a policy to make a collection shareable, and you can connect to that policy from other sites in the same account to access and work with the shared collection.
Read more

New
REST
SDK
Events
October 1, 2025

Events Settings API

Version 1.0.630
The Events Settings API allows you to configure and read global event settings for sites.
Read more

New
REST
SDK
Comments
September 29, 2025

New API: Comments Categories

Version 1.0.138
The Categories API allows you to define settings for a specified group of comments.
Read more

New
REST
SDK
Forms
September 28, 2025

New method: Form Schemas API Bulk Delete Form

Version 1.0.327
A new method is available to delete multiple form schemas at once.
Read more

New
REST
SDK
Bookings
September 25, 2025

New API: Bookings Time Slots

Version 1.0.1080
The Bookings Time Slots API allows you to retrieve information about when services are available for booking. You can check availability for single-service or multi-service bookings, and get detailed information about each time slot including: whether the slot is bookable, available resources, and any booking restrictions.
Read more

Deprecated
REST
SDK
Bookings
September 25, 2025

Deprecated API: Bookings Availability Calendar

The Bookings Availability Calendar API will be deprecated on Mar 31, 2026. It has been replaced with the Bookings Time Slots API and will be removed on March 31, 2026.
Read more

Updated
REST
SDK
Bookings
September 25, 2025

New methods: Bookings API

Version 1.0.1080
New methods in the Bookings API enable you to create and manage multi-service bookings. This allows customers to book service packages that include multiple single-service bookings, scheduled sequentially within a single transaction.
Read more

New
REST
SDK
Data
September 21, 2025

New Release: Data Permissions API

Version 1.0.293
The Data Permissions API manages access control for data collections, allowing you to determine who can perform actions on collection items.
Read more

New
REST
SDK
Events
September 18, 2025

New method: Events V3 API List Events By Category

Version 1.0.620
A new method is available to retrieve a list of up to 100 events that belong to the same event category.
Read more

New
REST
SDK
Restaurants
September 17, 2025

New method: Restaurants Item Variants API Bulk Delete Variants

Version 1.0.404
A new method is available to delete multiple item variants at once.
Read more

Updated
REST
SDK
Forms
September 17, 2025

Fully released: Form Submissions API Webhooks

Version 1.0.316
The following Form Submissions API webhooks are no longer in Developer Preview: This means these webhooks aren't subject to breaking changes and can be used in production.
Read more

New
REST
SDK
Account Level
September 16, 2025

New release: Projects API

The Projects API allows you to programmatically create new Wix projects. A project can be a Wix site, headless project, branded app, or Wix Vibe site.
Read more

New
REST
SDK
Restaurants
September 13, 2025

New release: Restaurants Notification Recipients API

Version 1.0.397
The Notification Recipients API manages notification recipients for restaurant orders. Notification recipients receive notifications via SMS or phone calls when orders are created at their associated restaurants.
Read more

New
REST
SDK
Headless
Forms
September 11, 2025

New release: Interactive Form Sessions API

Version 1.0.312
The Interactive Form Sessions API enables you to create AI-powered conversational form experiences where users complete forms through natural language conversations instead of traditional form filling. This transforms static forms into engaging, dynamic interactions that guide users step-by-step through data collection.
Read more

Updated
REST
SDK
Multilingual
September 7, 2025

New method: Multilingual Locales API

Version 1.0.198
A new method, Set Visitor Primary Locale, is now available in the Multilingual Locales API. This method allows you to set a default language that site visitors see when they visit the site without specifying a language in the site's URL.
Read more

New
REST
SDK
Forms
September 3, 2025

New release: Form Schemas API

Version 1.0.306
The Form Schemas API allows you to create and manage form schemas. These are structural blueprints that define forms on Wix sites.
Read more

New
REST
SDK
September 1, 2025

New release: Unified API Reference

REST and SDK backend documentation are now unified in a single API reference. Toggle between REST and SDK instantly, access aligned content from a single source of truth, and enjoy a smoother, faster documentation and navigation experience. Note: Frontend, core, and host APIs remain in a separate SDK reference.
Read more

Deprecated
REST
SDK
Restaurants
August 31, 2025

Deprecated methods: Restaurants Operations Create Operation and Delete Operation

Version 1.0.396
The following methods in the Restaurants Operations API have been deprecated and replaced by new methods.
Read more

Deprecated
REST
SDK
Events
August 31, 2025

Deprecated methods: Events Orders Create Reservation and Cancel Reservation

The following Events Orders methods will be deprecated on March 31, 2026:
Read more

Updated
REST
August 31, 2025

Fully released: Wix AI Site Chat APIs

The Wix AI Site Chat APIs are no longer in Developer Preview. This means that these APIs are not subject to breaking changes and can be used in production.
Read more

Deprecated
REST
SDK
AI Assistant
August 31, 2025

Deprecated API: AI Assistant Training Messages

The AI Assistant Training Messages API will be deprecated on Sep 1, 2025. There is no replacement for this API.
Read more

New
REST
Events
August 29, 2025

New release: Events Ticket Reservations API

The Ticket Reservations API lets you hold tickets for a specified time period during the checkout process.
Read more

Updated
REST
August 27, 2025

Fully released: Reports V2 API

The Reports V2 API is no longer in Developer Preview. This means that the API is not subject to breaking changes and can be used in production.
Read more

New
REST
SDK
Contacts
August 21, 2025

New release: Contacts Notes API

Version 1.0.935
The Contacts Notes API allows you to create and manage notes associated with a specific contact on a site. With this new API, Wix users can document interactions, meetings, phone calls, and other important details about their contacts to stay organized and have relevant context for future interactions.
Read more

New
Build Apps
REST
SDK
MCP
August 19, 2025

New article: Wix MCP Sample Prompts for App Developers

Developing your Wix app with the Wix MCP? See our new sample prompts for ideas on how the MCP can help you build your app.
Read more

Updated
REST
Data
August 18, 2025

New method: Aggregate Pipeline Data Items

The Aggregate Pipeline Data Items method builds and runs an aggregation pipeline on a data collection.
Read more

Updated
REST
SDK
August 13, 2025

New method: Accounts API Get Account

A new account-level Get Account method is now available in the User Management Accounts API.
Read more