Workspace
Workspace management operations
Retrieve information about the current authenticated workspace
Authorizations
Responses
200
Workspace information retrieved successfully
application/json
401
Unauthorized - Invalid or missing authentication
application/json
get
GET /v1/workspace HTTP/1.1
Host: api.onset.com
Authorization: Bearer JWT
Accept: */*
{
"id": "text",
"name": "text",
"slug": "text"
}