Skip to main content
GET
Get Community Tweets

Authorizations

Authorization
string
header
required

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

Path Parameters

community_id
string
required
tweet_type
enum<string>
required
Available options:
Top,
Latest,
Media
target_count
integer
required

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.