Skip to main content
POST
/
api
/
v2
/
secUser
/
add
Create sec-user account
curl --request POST \
  --url https://api.okeyproxy.com/ipglobal-api/api/v2/secUser/add \
  --header 'Content-Type: application/json' \
  --data '
{
  "secUsername": "<string>",
  "apiKey": "<string>",
  "remarks": "<string>"
}
'
{
"proxyType": 1,
"account": "magnab4cn0",
"password": "33an1pmb"
}

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

remarks
string

Remarks for sec-user

Response

200 - application/json
proxyType
integer
required

Rotating proxies type. 1 for Starter, 2 for Advanced, 3 for Premium.

account
string
required

Account for the corresponding proxy type

password
string
required

Password for the corresponding proxy type