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

Authorizations

Authorization
string
header
required

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

Path Parameters

key
string
required

Response

200 - application/json
The value of the user setting

The response is of type string.