listAppPermissions( )


Developer Preview

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

Lists all permissions for the specified app.

These are the permissions your app requests when users install it on a site.

Method Declaration
Copy
Method Parameters
appIdstringRequired

App ID.

You can find the app ID on the Home page in the app's dashboard.


optionsListAppPermissionsOptions
Returns
Return Type:Promise<ListAppPermissionsResponse>
Errors

This method doesn't return any custom errors, but may return standard errors. Learn more about standard Wix errors.

Did this help?