Alerts
Send a test to a channel
AuthorizationBearer <token>
API key minted via POST /v1/api-keys (format mk_live_...)
In: header
Path Parameters
idstring
Channel id (dest_...).
Length
1 <= lengthResponse Body
application/json
application/json
application/json
curl -X POST "https://api.mentio.dev/v1/channels/dest_abc123/test"{
"outcomes": [
{
"channelId": "string",
"ok": true,
"error": "string"
}
]
}{
"error": {
"code": "unauthorized",
"message": "string",
"requestId": "string",
"retryAfterSeconds": 0
}
}{
"error": {
"code": "unauthorized",
"message": "string",
"requestId": "string",
"retryAfterSeconds": 0
}
}Send a test through an alert's channels POST
Previous Page
Unmute authors on an alert POST
Remove authors from the alert's muted list without touching the rest of its filter. Name each one by the stored entry or by any link to that profile or its posts. Authors that are not muted are ignored, so a retry is safe.