Pause an alert

POST /accounts/{account_id}/alerts/{alert_id}/pause

Pause a single alert.

Parameters

  • account_id (string) - ID of the account
  • alert_id (number) - ID of the alert

Page content


Minimal curl example

curl -ig 'https://api.mention.net/api/accounts/{account_id}/alerts/{alert_id}/pause' \
    -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