POST

Add User Favorite


Adds a page to the current Wix user's list of favorite dashboard pages. If the Wix user doesn't have a list, the method creates a new list and adds the favorite page to it.

Authentication

You can only call this method when authenticated as a Wix app or Wix user identity.

Permissions
Manage Dashboard
Learn more about app permissions.
Endpoint
POST
https://www.wixapis.com/dashboard/v1/user-favorite-list/add-favorite

Body Params
favoriteFavoriteRequired

Favorite page to add to the list.

Response Object
favoriteListFavoriteList

Updated dashboard favorite list.

Add Page to User Favorite List
Request
cURL
Response
JSON
Errors

This method doesn’t return any custom errors, but may return standard errors. Learn more about standard Wix errors.

Did this help?