getAppInstance( )


Developer Preview

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

Retrieves data about the instance of your app that's installed on the Wix site and the site itself.

You don't have to explicitly pass an identifier for the Wix site as part of the request, since this information is taken automatically from the context.

In case you want site.ownerInfo to be included in the response, you must have the Read Site Owner Email permission scope in addition to WIX_DEVELOPERS.MANAGE_APP_INSTANCE.

Permissions
Manage Your App
Learn more about app permissions.
Method Declaration
Copy
Request
This method does not take any parameters
Returns
Return Type:Promise<GetAppInstanceResponse>
Was this helpful?
Yes
No