cURL
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" }'
Gologin provides high quality proxies out of the box. This endpoint allows you to create a proxy.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>