Mentions
Set Mention State
AuthorizationBearer <token>
API key minted via POST /v1/api-keys (format mk_live_...)
In: header
Path Parameters
idstring
Length
1 <= lengthstatestring
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"
}
}