Get the placement statuses of your app's site plugins on the user's site.
You can only call this method when authenticated as a Wix app or Wix user identity.
Data about placement statuses of your app's site plugins on the user's site.
curl GET \
'https://www.wixapis.com/app-plugins/v1/site-plugins/placement-status' \
-H 'Authorization: <AUTH>'
{
"placementStatuses": [
{
"pluginId": "1c1b1953-dbfd-4a67-a648-fa2977e35236",
"placedInSlot": false
},
{
"pluginId": "8c724988-a3e5-4dfb-98c6-42c783f7f399",
"placedInSlot": true
}
]
}
This method doesn’t return any custom errors, but may return standard errors. Learn more about standard Wix errors.