/
Get User's Settings
Get user's settings by ID
Security
Auth0(Required scopes: offline_accessmanage:services)
GET
curl -i -X GET \
'https://api.mediamath.com/api/v3.0/users/{user_id}/settings' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'Response
{ "data": { "settings": [ … ] }, "user": { "id": 0, "type": "string", "name": "string" }, "status": { "code": "ok" } }