Retrieve a list of the email addresses to which health reports are sent. Partners can receive a list of email addresses for a specific organization by providing the organization ID.
Successful operation
Bad request error
Unauthorized error
Forbidden error
Not found error
Internal server error
curl -i -X GET \ 'https://api-prod.surfsight.net/v2/recipients/health?organizationId=17' \ -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'
{- "data": [
- {
- "email": "email@email.com",
- "reportIntervalSeconds": 3600,
- "organizationId": 17,
- "id": 23
}
]
}