curl -X POST "https://api.nedzo.ai/v1/workspaces" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"name": "Acme Corporation",
"description": "Main workspace for Acme Corp operations",
"timezone": "America/Los_Angeles",
"icon": "https://example.com/acme-icon.png",
"contactName": "Jane Smith",
"contactPhone": "+1234567890",
"contactEmail": "[email protected]",
"streetAddress": "123 Main Street",
"state": "CA",
"zip": "90210",
"country": "US",
"businessRegistrationNumber": "12-3456789"
}'
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"accountId": "789e4567-e89b-12d3-a456-426614174000",
"name": "Acme Corporation",
"description": "Main workspace for Acme Corp operations",
"timezone": "America/Los_Angeles",
"icon": "https://example.com/acme-icon.png",
"contactName": "Jane Smith",
"contactPhone": "+1234567890",
"contactEmail": "[email protected]",
"streetAddress": "123 Main Street",
"state": "CA",
"zip": "90210",
"country": "US",
"businessRegistrationNumber": "12-3456789",
"balance": 0,
"createdAt": "2024-01-15T10:30:00Z",
"updatedAt": "2024-01-15T10:30:00Z"
}
Create a new workspace
curl -X POST "https://api.nedzo.ai/v1/workspaces" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"name": "Acme Corporation",
"description": "Main workspace for Acme Corp operations",
"timezone": "America/Los_Angeles",
"icon": "https://example.com/acme-icon.png",
"contactName": "Jane Smith",
"contactPhone": "+1234567890",
"contactEmail": "[email protected]",
"streetAddress": "123 Main Street",
"state": "CA",
"zip": "90210",
"country": "US",
"businessRegistrationNumber": "12-3456789"
}'
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"accountId": "789e4567-e89b-12d3-a456-426614174000",
"name": "Acme Corporation",
"description": "Main workspace for Acme Corp operations",
"timezone": "America/Los_Angeles",
"icon": "https://example.com/acme-icon.png",
"contactName": "Jane Smith",
"contactPhone": "+1234567890",
"contactEmail": "[email protected]",
"streetAddress": "123 Main Street",
"state": "CA",
"zip": "90210",
"country": "US",
"businessRegistrationNumber": "12-3456789",
"balance": 0,
"createdAt": "2024-01-15T10:30:00Z",
"updatedAt": "2024-01-15T10:30:00Z"
}
curl -X POST "https://api.nedzo.ai/v1/workspaces" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"name": "Acme Corporation",
"description": "Main workspace for Acme Corp operations",
"timezone": "America/Los_Angeles",
"icon": "https://example.com/acme-icon.png",
"contactName": "Jane Smith",
"contactPhone": "+1234567890",
"contactEmail": "[email protected]",
"streetAddress": "123 Main Street",
"state": "CA",
"zip": "90210",
"country": "US",
"businessRegistrationNumber": "12-3456789"
}'
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"accountId": "789e4567-e89b-12d3-a456-426614174000",
"name": "Acme Corporation",
"description": "Main workspace for Acme Corp operations",
"timezone": "America/Los_Angeles",
"icon": "https://example.com/acme-icon.png",
"contactName": "Jane Smith",
"contactPhone": "+1234567890",
"contactEmail": "[email protected]",
"streetAddress": "123 Main Street",
"state": "CA",
"zip": "90210",
"country": "US",
"businessRegistrationNumber": "12-3456789",
"balance": 0,
"createdAt": "2024-01-15T10:30:00Z",
"updatedAt": "2024-01-15T10:30:00Z"
}
Was this page helpful?