Skip to main content
POST
Search Community Tweets

Authorizations

Authorization
string
header
required

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

Body

application/json
community_id
string
required

The ID of the community.

target_count
integer
required

The number of tweets to search.

query
string
required

The query to search for.

Response

A list of tweet objects.

code
integer
required

The status code of the response.

msg
string
required

The message of the response.

data
TweetModel · object[]
required

A list of tweet objects.