Skip to main content
GET
/
topics
List topics
curl --request GET \
  --url https://api.sendrealm.com/topics \
  --header 'Authorization: Bearer <token>'
{
  "status": 123,
  "error": {
    "code": "<string>",
    "message": "<string>",
    "details": null
  }
}
GET /topics?search=digest

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

Response

Topic list