API referenceV1Orgs
Authorization
sessionCookie meshtale_session<token>
In: cookie
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
curl -X POST "https://example.com/v1/orgs" \ -H "Content-Type: application/json" \ -d '{ "name": "string" }'{ "org": { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "name": "string", "slug": "string", "plan_tier": "free", "role": "owner" }}Empty
Empty
Empty