Create Workspace

How to create and configure workspaces

Create a new workspace to start managing social media for a brand or project.

Create a Workspace

curl https://api.missinglettr-api.com/v1/workspaces/ \
  -X POST \
  -H "Authorization: Api-Key YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "name": "My Brand",
    "timezone": "America/New_York"
  }'

Parameters

ParameterTypeRequiredDescription
namestringYesWorkspace name
timezonestringNoIANA timezone (default: UTC)