Skip to main content
POST
/
api
/
v2
/
secUser
/
edit
Edit sec-user account
curl --request POST \
  --url https://api.okeyproxy.com/ipglobal-api/api/v2/secUser/edit \
  --header 'Content-Type: application/json' \
  --data '
{
  "secUsername": "<string>",
  "apiKey": "<string>",
  "proxyConfig": [
    {
      "proxyType": "<string>",
      "newPassword": "<string>"
    }
  ],
  "remarks": "<string>"
}
'
{
  "code": 200,
  "msg": "success",
  "data": "true"
}

Body

application/json
secUsername
string
required

Sec-user account. Letters and numbers only, up to 40 characters

apiKey
string
required

Agent API key used for authentication

proxyConfig
Proxy configuration · object[]
remarks
string

Remarks for sec-user. The remarks would be the same across all plans

Response

200 - application/json
code
integer
required

Status code

msg
string
required

Status message

data
string
required