GET
/
workspaces
/
settings
/
{key}
curl --request GET \
  --url https://api.mudstack.com/workspaces/settings/{key} \
  --header 'Authorization: Bearer <token>' \
  --header 'x-account-id: <x-account-id>' \
  --header 'x-workspace-id: <x-workspace-id>'
"<string>"

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

x-account-id
string
required
x-workspace-id
string
required

Path Parameters

key
string
required

Response

200 - application/json
The value of the requested setting.

The response is of type string.