v4

OpenAPI 3.1.02026-07-3163216290.7 KB
Components

Get a component

Retrieve a single component by ID.

get/v1/components/{componentId}

Response

Successful.

idstring required

The ID of the component.

namestring required

The name of the component.

lmxstring required

The component body serialized as LMX.

Example response

{
  "id": "clp2o4i6u8y0t5r3e1w7q9s1",
  "name": "Header",
  "lmx": "<Paragraph>Welcome to Acme</Paragraph>"
}