Skip to main content
POST
Get Conversations (XChat v3)

Authorizations

Authorization
string
header
required

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

Body

application/json

Parameters for getting XChat conversation list

Twitter authentication cookie or Twitter auth_token, how-to-get-twitter-cookie

Example:

"ct0=abc123... or 2c4a4e1832096aa694c739b83c83b6d96d43eba7"

count
integer | null
default:100

Max conversations per page (10–200, default 20).

Required range: 10 <= x <= 200
Example:

100

all
boolean | null
default:false

Follow the inbox cursor and return every conversation (may be slow).

Example:

true

proxy
string | null

Optional HTTP proxy. Example: http://username:password@ip:port [blocked]

Example:

"http://username:password@ip:port"

Response

A list of conversation objects.

Response for getting XChat conversation list

code
integer
required

Response code

Example:

200

msg
string
required

Response message

Example:

"success"

data
ConversationV3Model · object[]
required

Conversation list