MeshTale Docs
GET
/v1/workspaces/{idOrSlug}

Authorization

AuthorizationBearer <token>

In: header

Path Parameters

idOrSlug*string

Response Body

application/json

curl -X GET "https://example.com/v1/workspaces/string"
{  "workspace": {    "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",    "org_id": "a40f5d1f-d889-42e9-94ea-b9b33585fc6b",    "slug": "string",    "name": "string",    "industry_template": "string",    "default_audience_scope": "string",    "time_zone": "string",    "super_org_id": "f972e7d0-ab81-4df5-b046-882cc0fb5733"  }}
Empty
Empty