Error
A valid request URL is required to generate request examples{
"results": {
"slackChannelId": "<string>",
"enabled": true,
"organizationUuid": "<string>"
},
"status": "ok"
}{
"error": {
"name": "<string>",
"statusCode": 123,
"data": "<unknown>",
"message": "<string>"
},
"status": "error"
}API Reference
Get AI review notification settings
Get AI review notification settings
GET
/
api
/
v1
/
aiAgents
/
admin
/
review-notification-settings
Error
A valid request URL is required to generate request examples{
"results": {
"slackChannelId": "<string>",
"enabled": true,
"organizationUuid": "<string>"
},
"status": "ok"
}{
"error": {
"name": "<string>",
"statusCode": 123,
"data": "<unknown>",
"message": "<string>"
},
"status": "error"
}Was this page helpful?