GET
/
v1
/
mentions
/
{mention_id}
curl --request GET \
  --url https://api.eqho.ai/v1/mentions/{mention_id} \
  --header 'X-API-KEY: <api-key>'
{
  "_id": "<string>",
  "account_id": "<string>",
  "tags": [
    "global"
  ],
  "mention": "<string>",
  "display_name": "<string>",
  "description": "<string>",
  "enabled": true,
  "history": {
    "revision": 0,
    "created_at": "2023-11-07T05:31:56Z",
    "created_by": "unknown",
    "last_modified_at": "2023-11-07T05:31:56Z",
    "last_modified_by": "unknown"
  }
}

Authorizations

X-API-KEY
string
header
required

Path Parameters

mention_id
string
required

Response

200
application/json
Successful Response

Container for a single mention record.