Skip to main content
GET
Get community posts

Authorizations

Authorization
string
header
required

Send your API key in the Authorization header as a Bearer token. Example: Authorization: Bearer <your-api-key>

Path Parameters

communityId
string
required

X community ID

Example:

"1669501013441806336"

Query Parameters

count
integer
default:40

Maximum number of posts to return from the community timeline (maximum: 100)

Required range: 1 <= x <= 100
Example:

40

cursor
string

Pagination cursor

Example:

"0"

Response

Returns posts from an X community timeline

data
object
required