cURL
curl --request GET \ --url https://api.mudstack.com/workspaces/settings \ --header 'Authorization: Bearer <token>' \ --header 'x-account-id: <x-account-id>' \ --header 'x-workspace-id: <x-workspace-id>'
[ { "workspace_id": "<string>", "attribute_id": "<string>", "value": "<unknown>" } ]
Retrieve the settings for the current workspace.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
A list of workspace settings.
The unique identifier of the workspace.
The unique identifier of the attribute.
The value of the attribute.
Was this page helpful?