Notifications Settings
Authorizations
AuthorizationstringRequired
Bearer authentication
Responses
200
Executed successfully.
application/json
Aggregated response containing all notifications settings configured for the tenant
401
Unauthorized
application/json
403
Forbidden
application/json
500
unexpected error
application/json
503
unexpected error
application/json
get
/api/v1/notifications/settingsAuthorizations
AuthorizationstringRequired
Bearer authentication
Path parameters
keystring · enumRequiredPossible values:
Identifier of the notifications setting to retrieve or update.
Responses
200
Executed successfully.
application/json
objectOptional
Dynamic settings response that varies by setting key
400
Bad request.
application/json
401
Unauthorized
application/json
403
Forbidden
application/json
404
The specified resource was not found
application/json
500
unexpected error
application/json
503
unexpected error
application/json
get
/api/v1/notifications/settings/{key}Authorizations
AuthorizationstringRequired
Bearer authentication
Path parameters
keystring · enumRequiredPossible values:
Identifier of the notifications setting to retrieve or update.
Body
Responses
200
Setting successfully updated
No content
400
Bad request.
application/json
401
Unauthorized
application/json
403
Forbidden
application/json
404
The specified resource was not found
application/json
500
unexpected error
application/json
503
unexpected error
application/json
put
/api/v1/notifications/settings/{key}No content
Last updated