GET
/
v1
/
admin
/
workspaces
/
{id}
/
public
curl --request GET \
  --url https://api.botpress.cloud/v1/admin/workspaces/{id}/public
{
  "id": "<string>",
  "name": "<string>",
  "createdAt": "<string>",
  "updatedAt": "<string>",
  "about": "",
  "profilePicture": "",
  "contactEmail": "",
  "website": "",
  "socialAccounts": [],
  "handle": ""
}

Path Parameters

id
string
required

Workspace ID

Response

200
application/json

Success

The response is of type object.