ENSPACE_API_KEY=en.ushcHQHcREdPpe3ZKFCSfAASFE5VawTwTH
ENSPACE_API_URL=https://api.leif.enspace.io
ENSPACE_WORKSPACE_ID=ws-123
[
// List of existing types (may be empty)
]
{
"id": 1,
"slug": "product",
"name": "Product",
"description": "Company product catalog",
"active": true,
"created_at": "2024-01-15T10:30:00Z",
"updated_at": "2024-01-15T10:30:00Z",
"workspace": {
"id": "ws-123",
"name": "You Workspace"
}
}
[
{
"id": 1,
"reference": "PROD-001",
"status": "active",
"data": {
"nome": "iPhone 15",
"preco": 4999.99,
"categoria": "electronics",
"disponivel": true
},
"type": {
"id": 1,
"slug": "product",
"name": "Product"
},
"created_at": "2024-01-15T10:30:00Z",
"updated_at": "2024-01-15T10:30:00Z"
},
// ... others products
]
3