Manage your Twitter user profile and settings.
/user/twitterGet the authenticated user profile
active — Whether automated replies are currently enabledtone — Default reply tone for all engagementsrate — Maximum automated replies per hourcrossLiking — Whether Apex likes tweets it replies toplan — Current subscription plan (read-only)Get your Twitter profile and settings:
/user/twitterUpdate user settings
| Name | Type | Required | Description |
|---|---|---|---|
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 |
Returns the updated user object.
Read-only fields
plan field cannot be changed via the API. Upgrade your plan through the Apex dashboard.Update reply tone, rate, and enable automation: