Unpause an alert
POST /accounts/{account_id}/alerts/{alert_id}/unpause
Unpause a single alert.
Parameters
account_id
(string) - ID of the accountalert_id
(number) - ID of the alert
Page content
Minimal curl example
curl -ig 'https://api.mention.net/api/accounts/{account_id}/alerts/{alert_id}/unpause' \
-X POST \
-H 'Authorization: Bearer YOUR_ACCESS_TOKEN' \
-H 'Accept-Version: 1.19'
Request example
- Headers
Authorization: Bearer YOUR_ACCESS_TOKEN
Accept-Version: 1.19
- Body
None
Response example
- Body
None