Workspaces

Get workspace settings

GET
/workspaces/{workspaceId}/settings

Authorization

API key Workspace settings: read
AuthorizationBearer <token>

API key (sf_...) with any of the required scopes. Generate it in the Spotflow portal on the settings page.

In: header

Scope: Workspace settings: read

Path Parameters

workspaceId*string
Formatuuid

Response Body

application/json

application/problem+json

curl -X GET "https://example.com/workspaces/497f6eca-6276-4993-bfeb-53cbbbba6f08/settings"
{  "timeZone": null}