Introduction

This API enables you to get the placement status of your app's site plugins on a user's site.

Was this helpful?
Yes
No

Placement Status Object

The PlacementStatus object represents the status of your app's site plugins, indicating whether they are currently placed in a slot on the user's site.

Properties
pluginIdstringRead-onlyformat GUID
Plugin ID. This is a unique ID that is assigned to each plugin. You can view your plugin IDs in your app's plugin extensions in the Wix Dev Center.

placedInSlotbooleanRead-only
Whether the plugin placed in a slot on the user's site.
Was this helpful?
Yes
No

GetGet Placement Status

Developer Preview

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

Get the placement statuses of your app's site plugins on the user's site.

Permission Scopes

For app development, you must have one of the following permission scopes:
Read Site Plugin Status
Learn more about permission scopes.
Endpoint
GET
https://www.wixapis.com/app-plugins/v1/site-plugins/placement-status

Was this helpful?
Yes
No