Workspace

Workspace management operations

Get workspace information

get

Retrieve information about the current authenticated workspace

Authorizations
Responses
200

Workspace information retrieved successfully

application/json
get
GET /v1/workspace HTTP/1.1
Host: api.onset.com
Authorization: Bearer JWT
Accept: */*
{
  "id": "text",
  "name": "text",
  "slug": "text"
}