cURL
curl --request GET \ --url https://api.mudstack.com/users/settings/{key} \ --header 'Authorization: Bearer <token>'
"<string>"
Retrieve a specific setting for the current user.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The value of the user setting
The response is of type string.
string
Was this page helpful?