Question:
How to get app instance id in wix cli ?
Product:
wix cli app
What are you trying to achieve:
i am trying to run a get request from wix’s rest api , i need access token for authentication, however i need app instance id to create it , i have site that stores refresh tokens, app id and app secret and app instance, i was thinking to expose an endpoint that retrieves the values but it would require a unique identifier to get the details of the specific app.