cURL
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 unique identifier for the account.
The unique identifier for the attribute.
The value of the setting.
Was this page helpful?