Retrieves information about your app's existing embedded script.
If your app doesn't have an embedded script on the relevant site, a 404
error is returned.
You can only call this method when authenticated as a Wix app or Wix user identity.
Component ID of the embedded script to retrieve. Available as a query parameter in the embedded script's extension page in the app dashboard.
Details of the retrieved embedded script.
curl -X GET \
https://www.wixapis.com/apps/v1/scripts \
-H 'Authorization: <AUTH>'
{
"properties": {
"parameters": {
"KeyName123": "Value123"
}
}
}
This method doesn’t return any custom errors, but may return standard errors. Learn more about standard Wix errors.