← Back to API Reference

GET /topics

List Topics

Compatibility endpoint to list topics data.

Request (cURL)

curl -X GET "http://localhost:8080/v1/topics" \
  -H "Authorization: Bearer <API_KEY>"

Response Example

{
  "object": "list",
  "data": []
}