POST /v3/email-inbox-message-alerts
Security
API_Key
POST
curl -i -X POST \
https://api.observepoint.com/v3/email-inbox-message-alerts \
-H 'Authorization: YOUR_API_KEY_HERE' \
-H 'Content-Type: application/json' \
-d '{
"emailInboxId": 0,
"messageIds": [
0
]
}'Response
{ "messages": [ { … } ] }