Mentions

Set Mention State

POST
/v1/mentions/{id}/state
AuthorizationBearer <token>

API key minted via POST /v1/api-keys (format mk_live_...)

In: header

Path Parameters

idstring
Length1 <= length
statestring
Value in"ignored" | "done"

Response Body

application/json

application/json

application/json

curl -X POST "https://api.mentio.dev/v1/mentions/mm_abc123/state" \  -H "Content-Type: application/json" \  -d '{    "state": "ignored"  }'
{
  "id": "string",
  "state": "matched"
}
{
  "error": {
    "code": "string",
    "message": "string"
  }
}
{
  "error": {
    "code": "string",
    "message": "string"
  }
}