Skip to main content
GET
/
workspace
/
{workspace-id}
/
projects
List the projects in a workspace (scope: projects.read)
curl --request GET \
  --url https://api.standards.site/beta/workspace/{workspace-id}/projects \
  --header 'Authorization: Bearer <token>'
{
  "workspace": "z3plqkvf52r",
  "projects": [
    {
      "id": "6baceb35a53",
      "name": "Standards"
    }
  ]
}

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"

projects
ProjectsItemResponse · object[]
required