Skip to main content
PATCH
/
twitter
/
update_profile_v2
cURL
curl --request PATCH \
  --url https://api.twitterapi.io/twitter/update_profile_v2 \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '
{
  "login_cookies": "<string>",
  "proxy": "<string>",
  "name": "<string>",
  "description": "<string>",
  "location": "<string>",
  "url": "<string>"
}
'
{
  "status": "<string>",
  "message": "<string>"
}

Authorizations

X-API-Key
string
header
required

Body

application/json
login_cookies
string
required

Base64 encoded login cookies of the user. You can get the login_cookie from /twitter/user_login_v2. Required

proxy
string
required

The proxy to use. Please use high-quality residential proxies and avoid free proxies. Required. Example: http://username:password@ip:port

name
string

Display name (maximum 50 characters)

description
string

Bio/description (maximum 160 characters)

location
string

Location (maximum 30 characters)

url
string

Website URL

Response

Update profile response

status
string

Status of the request. success or error

message
string

Message of the request. e.g. Profile updated successfully