cURL
curl --request GET \ --url https://api.standards.site/beta/workspace/{workspace-id}/projects \ --header 'Authorization: Bearer <token>'
{ "workspace": "z3plqkvf52r", "projects": [ { "id": "6baceb35a53", "name": "Standards" } ] }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The identifier for the workspace
The workspace information was retrieved successfully
The workspace id (matches the workspace-id sent with the request)
"z3plqkvf52r"
Show child attributes
Contact support