Endpoint: GET /workspace

Response:

The workspace object

Example request

curl <https://api.height.app/workspace> \\
  -H "Authorization: api-key secret_1234"

Example response

{
  "id": "123e4567-e89b-12d3-a456-426655440000",
  "model": "workspace",
	"name": "My Workspace",
  "url": "<https://acme.height.app>"
}