Skip to main content
GET
/
api
/
v1
/
workspaces
/
{id}
Show Workspace
curl --request GET \
  --url https://colloqui-web-develop-btoadh.laravel.cloud/api/v1/workspaces/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "01kqh44bv90td0mg13yr154em2",
    "name": "My Workspace",
    "description": "Example description.",
    "created_at": "2026-05-01T06:38:01+00:00",
    "updated_at": "2026-05-01T06:38:01+00:00"
  }
}

Authorizations

Authorization
string
header
required

Bearer token authentication

Path Parameters

id
string
required

The ID of the workspace.

Response

200 - application/json
data
object