Views
Delete a view
Removes the view. No mention is affected.
AuthorizationBearer <token>
API key minted via POST /v1/api-keys (format mk_live_...)
In: header
Path Parameters
idstring
View id (vw_...).
Length
1 <= lengthResponse Body
application/json
application/json
curl -X DELETE "https://api.mentio.dev/v1/views/vw_abc123"Empty
{
"error": {
"code": "unauthorized",
"message": "string",
"requestId": "string",
"retryAfterSeconds": 0
}
}{
"error": {
"code": "unauthorized",
"message": "string",
"requestId": "string",
"retryAfterSeconds": 0
}
}Save a view POST
Save a named filter over mentions. The filter takes the same fields as GET /v1/mentions (lists are any-of, `not` lists none-of, every condition ANDed); an empty filter is every mention. Nothing is materialized: the view selects whatever matches when it is read.
Get a view GET
Next Page