POST
/
users-proxies
/
mobile-proxy
curl --request POST \
  --url https://api.gologin.com/users-proxies/mobile-proxy \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "countryCode": "us",
  "city": "New York",
  "profileIdToLink": "60a763f86501b3aa69a5e5e5",
  "isMobile": "mobile",
  "isDC": "true",
  "customName": "My proxy"
}'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json