POST /api/v2/team/team_id/space
Create a Space
Servers
- https://api.clickup.com
Request headers
| Name | Type | Required | Description |
|---|---|---|---|
Content-Type |
String | Yes |
The media type of the request body.
Default value: "application/json" |
Request body fields
| Name | Type | Required | Description |
|---|---|---|---|
multiple_assignees |
Boolean | No | |
name |
String | No | |
features |
Object | No | |
features.dependency_warning |
Object | No | |
features.dependency_warning.enabled |
Boolean | No | |
features.portfolios |
Object | No | |
features.portfolios.enabled |
Boolean | No | |
features.tags |
Object | No | |
features.tags.enabled |
Boolean | No | |
features.due_dates |
Object | No | |
features.due_dates.start_date |
Boolean | No | |
features.due_dates.enabled |
Boolean | No | |
features.due_dates.remap_due_dates |
Boolean | No | |
features.due_dates.remap_closed_due_date |
Boolean | No | |
features.time_tracking |
Object | No | |
features.time_tracking.enabled |
Boolean | No | |
features.remap_dependencies |
Object | No | |
features.remap_dependencies.enabled |
Boolean | No | |
features.custom_fields |
Object | No | |
features.custom_fields.enabled |
Boolean | No | |
features.time_estimates |
Object | No | |
features.time_estimates.enabled |
Boolean | No | |
features.checklists |
Object | No | |
features.checklists.enabled |
Boolean | No |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.