Skip to main content
POST
Community Tweets

Authorizations

ApiKey
string
header
required

Body

application/json

community_id required, next_cursor optional, order optional

community_id
string
required

Numeric community ID.

Example:

"1966045657589813686"

next_cursor
string

Pagination cursor from a previous response.

Example:

"123"

order
string

Sort order: popular or latest. Defaults to latest.

Example:

"popular"

Response

OK

next_cursor
string

Cursor for fetching the next page of results. Null or absent if no more pages.

tweets
object[]

Array of tweet objects.