cURL
curl --request GET \ --url https://api.mudstack.com/users/settings \ --header 'Authorization: Bearer <token>'
[ { "user_id": "<string>", "attribute_id": "<string>", "value": "<any>" } ]
Retrieve all settings for the current user.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
A list of user settings
The response is of type object[].
object[]
Was this page helpful?