Workspaces
Create a new Workspace
Create a new Workspace
post/workspaces
Request body
Example request
{
"comment": "Example workspace comment",
"config": {
"meta": {},
"portal": false,
"portal_access_request_email": true,
"portal_application_request_email": true,
"portal_application_status_email": true,
"portal_approved_email": true,
"portal_auth": "basic",
"portal_auth_conf": "some-auth-config",
"portal_auto_approve": true,
"portal_cors_origins": [
"https://example.com",
"https://another-origin.com"
],
"portal_developer_meta_fields": "[{\"label\":\"Full Name\",\"title\":\"full_name\",\"validator\":{\"required\":true,\"type\":\"string\"}}]",
"portal_emails_from": "admin@example.com",
"portal_emails_reply_to": "support@example.com",
"portal_invite_email": true,
"portal_is_legacy": false,
"portal_reset_email": true,
"portal_reset_success_email": true,
"portal_session_conf": "some-session-config",
"portal_smtp_admin_emails": [
"admin@example.com",
"dev@example.com"
],
"portal_token_exp": 3600
},
"created_at": 1706598432,
"id": "b58c7d9d-e54f-444c-b24d-cdfc4159f61e",
"meta": {
"color": "#ffcc00",
"thumbnail": "https://example.com/image.png"
},
"name": "example-workspace"
}Response
Successfully created Workspace
Example response
{
"comment": "Example workspace comment",
"config": {
"meta": {},
"portal": false,
"portal_access_request_email": true,
"portal_application_request_email": true,
"portal_application_status_email": true,
"portal_approved_email": true,
"portal_auth": "basic",
"portal_auth_conf": "some-auth-config",
"portal_auto_approve": true,
"portal_cors_origins": [
"https://example.com",
"https://another-origin.com"
],
"portal_developer_meta_fields": "[{\"label\":\"Full Name\",\"title\":\"full_name\",\"validator\":{\"required\":true,\"type\":\"string\"}}]",
"portal_emails_from": "admin@example.com",
"portal_emails_reply_to": "support@example.com",
"portal_invite_email": true,
"portal_is_legacy": false,
"portal_reset_email": true,
"portal_reset_success_email": true,
"portal_session_conf": "some-session-config",
"portal_smtp_admin_emails": [
"admin@example.com",
"dev@example.com"
],
"portal_token_exp": 3600
},
"created_at": 1706598432,
"id": "b58c7d9d-e54f-444c-b24d-cdfc4159f61e",
"meta": {
"color": "#ffcc00",
"thumbnail": "https://example.com/image.png"
},
"name": "example-workspace"
}