Mentions
Get Mention
AuthorizationBearer <token>
API key minted via POST /v1/api-keys (format mk_live_...)
In: header
Path Parameters
idstring
Length
1 <= lengthResponse Body
application/json
application/json
application/json
curl -X GET "https://api.mentio.dev/v1/mentions/mm_abc123"{
"id": "string",
"source": "bluesky",
"url": "string",
"author": "string",
"authorUrl": "string",
"text": "string",
"publishedAt": 0,
"keywordId": "string",
"keywordTerm": "string",
"state": "matched",
"relevance": 100,
"sentiment": "positive",
"intents": [
"string"
],
"aiNote": "string",
"createdAt": 0
}{
"error": {
"code": "string",
"message": "string"
}
}{
"error": {
"code": "string",
"message": "string"
}
}