cURL
curl --request GET \ --url https://mentioned.to/api/v1/keywords \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": 123, "keyword": "<string>", "active": true, "is_ambiguous": true, "search_volume": 123, "cpc": "<string>", "serp_reddit_position": 123, "serp_reddit_url": "<string>", "serp_checked_at": "2023-11-07T05:31:56Z", "created_at": "2023-11-07T05:31:56Z" } ], "count": 123 }
Returns all tracked keywords for your workspace
API key from Settings > API. Format: rm_live_xxx
rm_live_xxx
Only return active keywords
Successful response
Show child attributes