Settings

This file outlines the Flashback API’s settings management features, allowing you to configure and retrieve user and organization preferences. Both layers support full replacement, partial updates, and selective deletion of keys. Authentication is required for all operations.

To perform these operations, you must be authenticated by means of one of the following methods: BearerAuth.

Settings API Calls

User Settings

Method
API Reference
Description

GET/settings/user

Retrieve the current user’s settings.

POST/settings/user

Replace all user settings with the provided object.

PUT/settings/user

Partially update user settings, preserving unspecified keys.

DELETE/settings/user

Delete specific user settings keys.

Organization Settings

Method
API Reference
Description

GET/settings/organization

Retrieve the current organization’s settings.

POST/settings/organization

Replace all organization settings with the provided object.

PUT/settings/organization

Partially update organization settings.

DELETE/settings/organization

Delete specific organization settings keys.

Last updated

Was this helpful?