MeshTale Docs
API referenceV1Workspaces
GET
/v1/workspaces

Authorization

sessionCookie
meshtale_session<token>

In: cookie

Response Body

application/json

curl -X GET "https://example.com/v1/workspaces"
{  "workspaces": [    {      "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",      "org_id": "a40f5d1f-d889-42e9-94ea-b9b33585fc6b",      "slug": "string",      "name": "string",      "role": "owner",      "industry_template": "string",      "default_audience_scope": "string",      "time_zone": "string",      "source_count": 0    }  ]}
Empty