Setup

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.

Setup

GET https://example-extension.mic.io/mic/:mic_instance_id/projects/:project_id/setup

Path Parameters

NameTypeDescription

lvis_instance_id

string

Unique identifier across all LViS instances, in UUID format.

project_id

string

Project UUID.

// Any valid JSON object

Example

curl --request GET \
  --url https://example-extension.mic.io/mic/c068dd33-46c3-4789-a619-b14e4bcbe990/projects/da34516f-00af-435e-bd03-ab1720755dda/setup