Add an email address to which health reports are sent. Emails are sent at a set interval.
Note: POST calls create new data, and do not affect existing data.
Successful operation
Bad request error
Unauthorized error
Forbidden error
Internal server error
{- "email": "email@email.com",
- "reportIntervalSeconds": 3600,
- "organizationId": 17
}
{- "data": {
- "email": "email@email.com",
- "reportIntervalSeconds": 3600,
- "organizationId": 17,
- "id": 23
}
}