get
https://{yourinstance}.makaira.io/component
List Components
Returns a list of all page editor component definitions for the current instance.
Requires authentication.
Request
GET /component
Headers
| Header | Value |
|---|---|
Authorization | Bearer <token> |
Response
Returns a JSON array of component objects.
Response Body
| Field | Type | Description |
|---|---|---|
id | integer | Unique component ID. |
identifier | string | Machine-readable identifier used by the frontend. |
name | string | Display name in the Page Editor. |
icon | string | Icon identifier. |
sections | array | Array of section definitions with their fields. |
200OK

