This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.
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.
function getEmbeddedScript(
options: GetEmbeddedScriptOptions,
): Promise<ScriptProperties>;
import { embeddedScripts } from "@wix/app-management";
async function getEmbeddedScript(options) {
const response = await embeddedScripts.getEmbeddedScript(options);
}
This method doesn’t return any custom errors, but may return standard errors. Learn more about standard Wix errors.