List of Tracked Topics
Returns a list of all tracked topics for the given API key
{
"status":"status_code",
"message":"status_message",
"topics": [
{
"id": "topic_id_1",
"title": "topic_title_1"
},
{
"id": "topic_id_2",
"title": "topic_title_2"
}
]
}Status code
Description
Last updated