POST
/
v1
/
subAccount
/
add
curl --request POST \
  --url https://api.goproxy.com/go-api/v1/subAccount/add \
  --header 'Content-Type: application/json' \
  --header 'apiKey: <apikey>' \
  --data '{
  "proxyType": 123,
  "username": "<string>",
  "password": "<string>",
  "trafficLimit": "<string>",
  "remarks": "<string>"
}'
"Success"

Headers

apiKey
string
required

Your API key for authentication.

Body

application/json

Response

200 - application/json
Successful Response

The response is of type string.

Example:

"Success"