List of tracked Topics
Returns a list of all tracked topics for the given API key
To get topics under a DEFAULT group
GET /api/v1/tracked-topics HTTP/1.1
To get topics under a user defined group
GET /api/v1/tracked-topics/{GROUP_NAME} HTTP/1.1
Replace GROUP_NAME with the Group Name
Response body
Status code | Description |
---|---|
200 | Success |
404 | Group Name does not exist |
Last updated