MeshTale Docs
POST
/v1/workspaces

Authorization

sessionCookie
meshtale_session<token>

In: cookie

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

curl -X POST "https://example.com/v1/workspaces" \  -H "Content-Type: application/json" \  -d '{    "name": "string",    "slug": "string",    "industry_template": "string",    "default_audience_scope": "string",    "time_zone": "string"  }'
Empty
Empty
Empty
Empty
Empty