Notifications Settings

Use to manage notifications settings.

Get notifications settings

get

Returns all notifications-related settings for the tenant.

Authorizations
AuthorizationstringRequired

Bearer authentication

Responses
200

Executed successfully.

application/json

Aggregated response containing all notifications settings configured for the tenant

get
/api/v1/notifications/settings

Get notifications setting by key

get

Returns a single notifications setting identified by the path key.

Authorizations
AuthorizationstringRequired

Bearer authentication

Path parameters
keystring · enumRequired

Identifier of the notifications setting to retrieve or update.

Possible values:
Responses
200

Executed successfully.

application/json
objectOptional

Dynamic settings response that varies by setting key

get
/api/v1/notifications/settings/{key}

Update notifications setting by key

put

Updates a single notifications setting identified by the path key.

Authorizations
AuthorizationstringRequired

Bearer authentication

Path parameters
keystring · enumRequired

Identifier of the notifications setting to retrieve or update.

Possible values:
Body
Responses
200

Setting successfully updated

No content

put
/api/v1/notifications/settings/{key}

No content

Last updated