Skip to content

Get all emails in an account

Request

GET /v3/notification-center/emails
Security
API_Key
GET
/v3/notification-center/emails
curl -i -X GET \
  https://api.observepoint.com/v3/notification-center/emails \
  -H 'Authorization: YOUR_API_KEY_HERE'

Responses

All emails in account, their usage and corresponding users

Bodyapplication/json
emailsArray of objects, >= 0 itemsrequired
Response
{ "emails": [ {} ] }