Nurama Developers
Settings

Get all resource settings

Returns all resource-specific setting overrides for the current user

GET
/settings

Returns all resource-specific setting overrides for the current user

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Response Body

application/json

application/json

curl -X GET "https://example.com/settings"
{  "resourceSettings": [    {      "resourceId": "026d60bb-63a8-407e-bf67-01dcfc6022e6",      "resourceType": "workspace",      "emailNotifications": {},      "systemNotifications": {},      "sounds": {}    }  ]}