curl --request GET \ --url https://api.mudstack.com/accounts/settings \ --header 'Authorization: Bearer <token>' \ --header 'x-account-id: <x-account-id>'
[ { "account_id": "<string>", "attribute_id": "<string>", "value": "<any>" } ]
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successfully retrieved account settings
The response is of type object[].
object[]
Was this page helpful?