getDecodedAppInstance( )


Gets the Wix Blocks App data as a decoded Json Web Token (JWT) object.

The getDecodedAppInstance() function returns a Promise that resolves to an object with data about the installation of your app on a specific site. It is useful when managing your application's pricing.

Method Declaration
Copy
Request
This method does not take any parameters
Returns
Return Type:Promise<decodedAppInstance>
Was this helpful?
Yes
No