Skip to main content
GET
/
v1
/
workspace
/
settings
Get workspace settings
curl --request GET \
  --url https://api.fortressproductivity.com/v1/workspace/settings \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "workspace_id": "<string>",
  "agent_edit_review_required_order": true,
  "agent_edit_review_required_other": true,
  "created_at": "2023-11-07T05:31:56Z",
  "updated_at": "2023-11-07T05:31:56Z"
}

Documentation Index

Fetch the complete documentation index at: https://docs.fortressproductivity.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Agent bearer token using the ft_... token format.

Response

Workspace settings

id
string
required
Minimum string length: 1
workspace_id
string
required
Minimum string length: 1
agent_edit_review_required_order
boolean
required
agent_edit_review_required_other
boolean
required
created_at
string<date-time>
required
updated_at
string<date-time>
required