v3 API//
- Get all emails in an account
Get emails subscribed to given items
Search assignable items (audits, journeys, rules etc) for specified email
Get all emails in an acco...
GET
curl -i -X GET \
https://api.observepoint.com/v3/notification-center/emails \
-H 'Authorization: YOUR_API_KEY_HERE'Response
{ "emails": [ { … } ] }