Skip to main content
POST
/
twitter
/
communities
/
{community_id}
/
join
Join Community
curl --request POST \
  --url https://api.apitwitter.com/twitter/communities/{community_id}/join \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '
{
  "cookie": "<string>",
  "proxy": "<string>"
}
'
{
  "status": "success",
  "msg": "Joined community"
}

Authorizations

X-API-Key
string
header
required

Your API key

Path Parameters

community_id
string
required

ID of the community to join

Body

application/json

Twitter auth cookie

proxy
string
required

Proxy URL to use for the request (HTTP or SOCKS5)

Response

Joined community

status
string

Response status

Example:

"success"

msg
string

Response message

data
any

Response data