cURL
curl --request GET \ --url https://api.eqho.ai/v1/mentions \ --header 'X-API-KEY: <api-key>'
{ "mentions": [ { "_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" } } ], "meta": { "per_page": 123, "last_page": 123, "current_page": 123, "next_page": 123, "prev_page": 123, "total": 123 } }
Get all available mentions.
Successful Response
Show child attributes
Was this page helpful?