curl --request POST \
--url https://release0.com/api/v1/workspaces \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"icon": "<string>",
"slug": "<string>"
}
'{
"workspace": {
"id": "<string>",
"createdAt": "<string>",
"updatedAt": "<string>",
"lastActivityAt": "<string>",
"name": "<string>",
"icon": "<string>",
"slug": "<string>",
"plan": "HOBBY",
"stripeId": "<string>",
"isSuspended": true,
"isPastDue": true,
"isVerified": true,
"billingCycleStart": 123,
"paymentFailedAt": "<string>",
"stripeConnectId": "<string>",
"chatUsage": 123,
"redeemedCoupons": "<string>",
"extras": [
"<string>"
],
"addons": [
"<string>"
]
}
}API endpoint to create a new workspace with customizable settings.
curl --request POST \
--url https://release0.com/api/v1/workspaces \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"icon": "<string>",
"slug": "<string>"
}
'{
"workspace": {
"id": "<string>",
"createdAt": "<string>",
"updatedAt": "<string>",
"lastActivityAt": "<string>",
"name": "<string>",
"icon": "<string>",
"slug": "<string>",
"plan": "HOBBY",
"stripeId": "<string>",
"isSuspended": true,
"isPastDue": true,
"isVerified": true,
"billingCycleStart": 123,
"paymentFailedAt": "<string>",
"stripeConnectId": "<string>",
"chatUsage": 123,
"redeemedCoupons": "<string>",
"extras": [
"<string>"
],
"addons": [
"<string>"
]
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Successful response
Show child attributes
1HOBBY, PRO, BUSINESS, ADVANCED, ENTERPRISE, CUSTOM_APPSUMO_TIER1, CUSTOM_APPSUMO_TIER2, CUSTOM_APPSUMO_TIER3, CUSTOM_APPSUMO_TIER4, CUSTOM_APPSUMO_TIER5, CUSTOM_APPSUMO_TIER6, CUSTOM_APPSUMO_TIER7, CUSTOM_APPSUMO_TIER8, CUSTOM_APPSUMO_TIER9, CUSTOM_APPSUMO_TIER10