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": "<any>" } ]
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 response is of type object[].
object[]
Was this page helpful?