XreplyAIDevelopers
API ReferenceSocial Accounts

List saved X communities

Requires scope: `communities:read`. Returns the X communities you have posted to or saved.

GET
/twitter/communities
AuthorizationBearer <token>

A personal API key created in the dashboard (Starter, Pro, and Team plans).

In: header

Response Body

application/json

application/json

application/json

curl -X GET "https://example.com/twitter/communities"
{  "communities": [    {      "id": 12,      "community_id": "1699887766554433221",      "name": "Build in Public",      "last_used_at": "2026-07-01T12:00:00Z"    }  ]}