This is optional endpoint and needed mostly for extensions used with experiences.
The data from the response will be added to the handshake request for projects created for experiences where extension is used. I allows to specify any data needed for setup extension in new project.
GET https://example-extension.mic.io/lvis/:lvis_instance_id/projects/:project_id/setup
lvis_instance_id
string
Unique identifier across all M/IC instances, in UUID format.
project_id
string
Project UUID.
// Any valid JSON objectcurl --request GET \
--url https://example-extension.mic.io/lvis/c068dd33-46c3-4789-a619-b14e4bcbe990/projects/da34516f-00af-435e-bd03-ab1720755dda/setup
