Create workspace
POST
https://api.inboxkit.com/v1/api/workspaces/create
Workspaces
Maintainer:Not configured
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.inboxkit.com/v1/api/workspaces/create' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "Marketing Team",
"webhook_url": "https://example.com/webhook"
}'
Response Response Example
{
"error": false,
"message": "Workspace created successfully",
"uid": "ws_123456789"
}
Request
Body Params application/json
Responses
Modified at 2025-06-17 13:00:15