v1
latestOpenAPI 3.1.02026-07-241695611.0 MBPortfolio Monitoring
Create Portfolio Notification Policy
Create a notification policy for the portfolio.
post/portfolio/notification_policies
Request body
Example request
{
"type": "email",
"attributes": [
"officers"
],
"recipients": [
"user@example.com",
"admin@example.com"
]
}Response
Response
Example response
{
"type": "email",
"attributes": [
"officers"
],
"recipients": [
"user@example.com",
"admin@example.com"
]
}