ApexDevelopers

Users

Manage your Twitter user profile and settings.

GET
/user/twitter

Get the authenticated user profile

Response

200User profile

Field Descriptions

  • active — Whether automated replies are currently enabled
  • tone — Default reply tone for all engagements
  • rate — Maximum automated replies per hour
  • crossLiking — Whether Apex likes tweets it replies to
  • plan — Current subscription plan (read-only)

Get your Twitter profile and settings:

PUT
/user/twitter

Update user settings

Request Body

NameTypeRequiredDescription
tone
string
Optional
Default reply tone
rate
number
Optional
Reply rate (replies per hour)
active
boolean
Optional
Enable/disable automated replies
crossLiking
boolean
Optional
Enable/disable cross-liking
language
string
Optional
Reply language preference
examples
string[]
Optional
Example tweets for tone calibration

Success Response

Returns the updated user object.

Read-only fields

The plan field cannot be changed via the API. Upgrade your plan through the Apex dashboard.

Update reply tone, rate, and enable automation: