get
https://{yourinstance}.makaira.io/component/
Get Component by ID
Returns a single page editor component by its ID.
Requires authentication.
Request
GET /component/{id}
Path Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
id | integer | Yes | The ID of the component. |
Headers
| Header | Value |
|---|---|
Authorization | Bearer <token> |
Response
Returns the component definition.
200OK

