Endpoints
| Method | Path | Purpose |
|---|---|---|
GET | /companies | List, paginated |
POST | /companies | Create |
GET | /companies/:id | Fetch one |
PATCH | /companies/:id | Update |
DELETE | /companies/:id | Delete |
/search endpoint in v1 (deferred to v1.1).
Fields
| Field | Type | Notes |
|---|---|---|
id | uuid | |
name | string | Required |
domain | string | null | Indexed (case-insensitive) |
custom_attributes | object | Validated by the schema engine |
created_at, updated_at | datetime |
Create
Validation errors
name is required: