Skip to main content
GET
/
topics
/
messages
Get topic messages
curl --request GET \
  --url https://api.streamkap.com/topics/messages \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

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

Query Parameters

page
integer
default:1
page_size
integer
default:10
sort
enum<string>
default:asc
Available options:
asc,
desc
topic_id
string | null

Response

Successful Response

The response is of type object.

I