Skip to main content
GET
/
workspace
/
{workspace-id}
Retrieve information about a workspace (scope: settings.read)
curl --request GET \
  --url https://api.standards.site/beta/workspace/{workspace-id} \
  --header 'Authorization: Bearer <token>'
{
  "workspace": "z3plqkvf52r",
  "name": "Standards Brand Guidelines"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

workspace-id
string
required

The identifier for the workspace

Response

The workspace information was retrieved successfully

workspace
string
required

The workspace id (matches the workspace-id sent with the request)

Example:

"z3plqkvf52r"

name
string
required

The name of the workspace, as assigned in the dashboard

Example:

"Standards Brand Guidelines"